Chat Member Updated
@Serializable
This object represents changes in the status of a chat member.
Constructors
Link copied to clipboard
constructor(chat: Chat, from: User, date: Instant, oldChatMember: ChatMember, newChatMember: ChatMember, inviteLink: ChatInviteLink? = null, viaJoinRequest: Boolean? = null, viaChatFolderInviteLink: Boolean? = null)
Properties
Link copied to clipboard
Optional. Chat invite link, which was used by the user to join the chat; for joining by invite link events only.
Link copied to clipboard
New information about the chat member
Link copied to clipboard
Previous information about the chat member
Link copied to clipboard
Optional. True, if the user joined the chat via a chat folder invite link
Link copied to clipboard
Optional. True, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administrator