Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IChatMemberBanned

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

Hierarchy

  • IChatMemberBanned

Index

Properties

status: string

The member's status in the chat, always "kicked"

until_date: number

Date when restrictions will be lifted for this user; unix time. If 0, then the user is banned forever

user: IUser

Information about the user

Generated using TypeDoc