Skip to content

GramIO API Reference / gramio/dist / TelegramChatMemberBanned

Interface: TelegramChatMemberBanned

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

Represents a chat member that was banned in the chat and can't return to the chat or view chat messages.

Documentation

Properties

PropertyTypeDescriptionDefined in
status"kicked"The member's status in the chat, always “kicked”@gramio/types/out/objects.d.ts:3875
until_datenumberDate when restrictions will be lifted for this user; Unix time. If 0, then the user is banned forever@gramio/types/out/objects.d.ts:3883
userTelegramUserInformation about the user@gramio/types/out/objects.d.ts:3879