Hello i am using this package but i cant find how can i acess channel topic ? I am using getChannel but doesnt return with thread channel name. Just return with thread_channel_id. How can i resolve thread channel id and acess topic name. Can you help me? Best regards, Aktila.
if you mean topics/forums in supergroups, it's called ForumTopics in tdlib, there's a getForumTopics method. getForumTopic can return the topic with its name using chat_id + message_thread_id.
Hello i am using this package but i cant find how can i acess channel topic ? I am using getChannel but doesnt return with thread channel name. Just return with thread_channel_id. How can i resolve thread channel id and acess topic name. Can you help me? Best regards, Aktila.