You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS: Arch Linux Emacs: GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.27, cairo version 1.17.4) Telega: telega v0.8.1 (TDLib v1.8.0) (telega-server v0.7.13)
Current Behavior
When i call telega-chat-generate-invite-link in a group chat, i got a error : Failed to parse JSON object as TDLib request: Unknown class "replacePermanentChatInviteLink"
Steps to Reproduce
M-x telega-chat-create then choice basicgroup, and then M-x telega-chat-generate-invite-link
Possible Solution
Replace the replacePermanentChatInviteLink to replacePrimaryChatInviteLink .
The text was updated successfully, but these errors were encountered:
Telega Setup
OS: Arch Linux
Emacs: GNU Emacs 27.2 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.27, cairo version 1.17.4)
Telega: telega v0.8.1 (TDLib v1.8.0) (telega-server v0.7.13)
Current Behavior
When i call telega-chat-generate-invite-link in a group chat, i got a error :
Failed to parse JSON object as TDLib request: Unknown class "replacePermanentChatInviteLink"
Steps to Reproduce
Possible Solution
Replace the
replacePermanentChatInviteLinktoreplacePrimaryChatInviteLink.The text was updated successfully, but these errors were encountered: