Closed afshar-mohammad closed 8 years ago
20 days passed... no answers... 😢 ðŸ˜
Broadcast are obsolete chats types in Telegram. The getter could be added but it won't be really helpful.
how about the other flags? I guess there are a lot more without getter.
Probably, I add them as I'm needed them. Feel free to make a pull request with one of them if you need it in any object
OK. thanks.
I was wondering how to get
channel.isBroadcast()
in aTLChannel
. Actually it's possible inTLChannelForbidden
, but not inTLChannel
. Is it becauseTLChannel
class is incomplete or because Telegram doesn't return it in response?