Skip to content

GramIO API Reference / gramio/dist / TelegramChatMemberUpdated

Interface: TelegramChatMemberUpdated

Defined in: @gramio/types/out/objects.d.ts:4125

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

Documentation

Properties

PropertyTypeDescriptionDefined in
chatTelegramChatChat the user belongs to@gramio/types/out/objects.d.ts:4129
datenumberDate the change was done in Unix time@gramio/types/out/objects.d.ts:4137
fromTelegramUserPerformer of the action, which resulted in the change@gramio/types/out/objects.d.ts:4133
invite_link?TelegramChatInviteLinkOptional. Chat invite link, which was used by the user to join the chat; for joining by invite link events only@gramio/types/out/objects.d.ts:4149
new_chat_memberTelegramChatMemberNew information about the chat member@gramio/types/out/objects.d.ts:4145
old_chat_memberTelegramChatMemberPrevious information about the chat member@gramio/types/out/objects.d.ts:4141
via_chat_folder_invite_link?booleanOptional. True, if the user joined the chat via a chat folder invite link@gramio/types/out/objects.d.ts:4157
via_join_request?booleanOptional. True, if the user joined the chat after sending a direct join request without using an invite link and being approved by an administrator@gramio/types/out/objects.d.ts:4153