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
TLG is working for me as far as connecting, getting the list of chats, and getting info about any individual chat... but when I want to get some messages FROM an individual chat, the TDLib docs suggest that I should use getChatHistory, but doing this just gives the error TypeError: client.getChatHistory is not a function.
The text was updated successfully, but these errors were encountered:
TLG is working for me as far as connecting, getting the list of chats, and getting info about any individual chat... but when I want to get some messages FROM an individual chat, the TDLib docs suggest that I should use
getChatHistory
, but doing this just gives the errorTypeError: client.getChatHistory is not a function
.The text was updated successfully, but these errors were encountered: