Record

chat

No description available.

record chat {
  bio: option​<string>,
  can-set-sticker-set: option​<bool>,
  description: option​<string>,
  first-name: option​<string>,
  id: s32,
  invite-link: option​<string>,
  last-name: option​<string>,
  linked-chat-id: option​<s32>,
  location: option​<chat-location>,
  permissions: option​<chat-permissions>,
  photo: option​<chat-photo>,
  pinned-message: option​<message>,
  slow-mode-delay: option​<s32>,
  sticker-set-name: option​<string>,
  title: option​<string>,
  type-op: chat-type-op-enum,
  username: option​<string>,
}

Fields

NameTypeDescription
biooption​<string>
can-set-sticker-setoption​<bool>
descriptionoption​<string>
first-nameoption​<string>
ids32
invite-linkoption​<string>
last-nameoption​<string>
linked-chat-idoption​<s32>
locationoption​<chat-location>
permissionsoption​<chat-permissions>
photooption​<chat-photo>
pinned-messageoption​<message>
slow-mode-delayoption​<s32>
sticker-set-nameoption​<string>
titleoption​<string>
type-opchat-type-op-enum
usernameoption​<string>