tucnak/telebot

How I can send messages to topics?

FinecoFinit opened this issue · 2 comments

How I can send messages to topics?

Turned out telegram changes chat ID after it becomes supergroup

_, err = tg.Send(tele.ChatID(adminLogChat), "hello", &tele.SendOptions{
		ThreadID: 2,
	})

ThreadID stands here for topic