Type Alias ChatMemberStatus

ChatMemberStatus:
    | "creator"
    | "admin"
    | "member"
    | "restricted"
    | "banned"
    | "left"

Status of the member:

  • creator: user is the creator of the chat
  • admin: user has admin rights in the chat
  • member: user is a normal member of the chat
  • restricted: user has some restrictions applied
  • banned: user was banned from the chat
  • left: user left the chat on their own