eilvelia / tdl

Node.js bindings to TDLib 🥒
MIT License
411 stars 53 forks source link

Channel topic name quest #132

Closed AktilaCengiz closed 1 year ago

AktilaCengiz commented 1 year ago

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.

eilvelia commented 1 year ago

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.