Hello :wave:
I have a question about the TdApi.UpdateSupergroup update.
I send the new TdApi.SearchPublicChat(channelName) request to get a channel and start listening the TdApi.UpdateSupergroup update to get member count.
But there is an interesting thing I noticed if I send the new TdApi.SearchPublicChat(channelName) to get same channel again I didn't get any TdApi.UpdateSupergroup updates. It makes sense because channel was already found but is there a way to get such updates one more time?
Hello :wave: I have a question about the
TdApi.UpdateSupergroup
update. I send thenew TdApi.SearchPublicChat(channelName)
request to get a channel and start listening theTdApi.UpdateSupergroup
update to get member count. But there is an interesting thing I noticed if I send thenew TdApi.SearchPublicChat(channelName)
to get same channel again I didn't get anyTdApi.UpdateSupergroup
updates. It makes sense because channel was already found but is there a way to get such updates one more time?