Skip to main content

updateChatParticipant

A user has joined or left a specific basic group »

type tg.UpdateChatParticipant struct { /* ... */ }

Implements Update.

Fields

NameTypeRequiredDescription
ChatIDint64yesChat ID
DateintyesWhen did this event occur
ActorIDint64yesUser that triggered the change (inviter, admin that kicked the user, or the even the user_id itself)
UserIDint64yesUser that was affected by the change
PrevParticipantChatParticipantClassPrevious participant info (empty if this participant just joined)
NewParticipantChatParticipantClassNew participant info (empty if this participant just left)
InviteExportedChatInviteClassThe invite that was used to join the group
QtsintyesNew qts value, see updates » for more info.

References