GyverLibs / FastBot

Многофункциональная быстрая библиотека для Телеграм бота на esp8266/esp32
MIT License
185 stars 31 forks source link

Bot does not post messages to the chat that contains several topics #29

Closed ShaggyDog18 closed 7 months ago

ShaggyDog18 commented 1 year ago

There is a target chat with several topics. Bot does not accept commands nor post messages to any o the topic including the General one. I've referenced to the API and in the sendMessage method there is the following in the sendMessage API description:

message_thread_id | Integer | Optional | Unique identifier for the target message thread (topic) of the forum; for forum supergroups only -- | -- | -- | --

Possible to add message thread ID to the sendMessagemethod of your library? Thank you!

GyverLibs commented 1 year ago

Yes, I can add it, but later

ShaggyDog18 commented 1 year ago

Thank you! That would be a great addition to the existing library.

GyverLibs commented 7 months ago

Done in FastBot2 library