Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IChatMemberUpdated

This object represents changes in the status of a chat member.

Hierarchy

  • IChatMemberUpdated

Index

Properties

chat: IChat

Chat the user belongs to

date: number

Date the change was done in Unix time

from: IUser

Performer of the action, which resulted in the change

invite_link?: IChatInviteLink

Optional. Chat invite link, which was used by the user to join the chat; for joining by invite link events only.

new_chat_member: IChatMember

New information about the chat member

old_chat_member: IChatMember

Previous information about the chat member

via_chat_folder_invite_link?: boolean

Optional. True, if the user joined the chat via a chat folder invite link

via_join_request?: boolean

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

Generated using TypeDoc