-
I need to use the class ChatFilter, but in Telegram API this class has a public method get_id(), but I do not found this method in this library... the id of a chatFilter is very necessary. I am doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
Telegram API is not TDLib API. |
Beta Was this translation helpful? Give feedback.
-
But without this method chatfilter can not be used... Thank you. |
Beta Was this translation helpful? Give feedback.
-
get_id is not related to ChatFilter, it's an internal tdlib method used by the c++ api to determine the type of each tdlib object. |
Beta Was this translation helpful? Give feedback.
-
Then I have a problem to LoadChats using a ChatFilterList using a ChatFilter. Ummm Ok, I need use CreateChatFilter. |
Beta Was this translation helpful? Give feedback.
-
Can you show me your code and explain me what are you trying to achieve? |
Beta Was this translation helpful? Give feedback.
Telegram API is not TDLib API.
You should look here for the TDLib API documentation: https://tdlight-team.github.io/tdlight-docs/tdlight.api/it/tdlight/jni/package-tree.html