wiz0u / WTelegramClient

Telegram Client API (MTProto) library written 100% in C# and .NET
https://wiz0u.github.io/WTelegramClient/
MIT License
996 stars 164 forks source link

SendMessage to a topic #116

Closed super1515 closed 1 year ago

super1515 commented 1 year ago

The SendMessageAsync method takes InputPeer as an argument, but the ForumTopic class cannot be cast to InputPeer. How to solve this problem?

wiz0u commented 1 year ago

Github issues are for bugs/requests for the library itself.

For questions about the usage of Telegram Client API, you should ask them on StackOverflow so that the answer could be useful for the online community!

wiz0u commented 1 year ago

Your question was answered there: https://stackoverflow.com/a/74987433/3365403