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
| Name | Type | Description |
|---|---|---|
| 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> |