dialogFilterChatlist
A folder imported using a chat folder deep link ».
type tg.DialogFilterChatlist struct { /* ... */ }
Implements DialogFilter.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
HasMyInvites | bool | — | Whether the current user has created some chat folder deep links » to share the folder as well. |
TitleNoanimate | bool | — | If set, any animated emojis present in title should not be animated and should be instead frozen on the first frame. |
ID | int | yes | ID of the folder |
Title | TextWithEntities | yes | Name of the folder (max 12 UTF-8 chars) |
Emoticon | string | — | Emoji to use as icon for the folder. |
Color | int | — | A color ID for the folder tag associated to this folder, see here » for more info. |
PinnedPeers | []InputPeerClass | yes | Pinned chats, folders can have unlimited pinned chats |
IncludePeers | []InputPeerClass | yes | Chats to include in the folder |
References
- Official documentation
- Generated Go reference
- TL definition:
dialogFilterChatlist#96537bd7