Closed wowka1319 closed 1 year ago
In other words, when receiving updateSupergroup[FullInfo] can I be confident that I received updateNewChat before?
Yes, updateNewChat
is always the first update about the chat.
However I receive updateSupergroup first and then updateNewChat. The delay is less 0.001 sec, but that ordering is stable.
updateSupergroupFullInfo
is an update about a supergroup, so it comes after updateSupergroup
. But it is completely independent from updateNewChat
.
How to get chat_id from Supergroup? Adding prefix -100 doesn't seem to be a durable way (didn't see that guarantee in docs).
@wowka1319 You need to use the method createSupergroupChat
for this.
updateSupergroup[FullInfo] is guaranteed to come only after the coresponding updateNewChat? In other words, when receiving updateSupergroup[FullInfo] can I be confident that I received updateNewChat before?