Closed vincentneo closed 1 year ago
So for example, If we have a chatTypePrivate, with a user_id of 1, can we expect the id of 1 to always represent the same chat, at least within a session?
chatTypePrivate
1
Likewise for supergroup_id with chatTypeSupergroup, etc.
supergroup_id
chatTypeSupergroup
Yes, they can't change. Only chatTypeSupergroup.is_channel can change in very rare circumstances.
chatTypeSupergroup.is_channel
Great! Thanks!
So for example, If we have a
chatTypePrivate
, with a user_id of1
, can we expect the id of1
to always represent the same chat, at least within a session?Likewise for
supergroup_id
withchatTypeSupergroup
, etc.