Skip to main content

dialogFilterChatlist

A folder imported using a chat folder deep link ».

type tg.DialogFilterChatlist struct { /* ... */ }

Implements DialogFilter.

Fields

NameTypeRequiredDescription
HasMyInvitesboolWhether the current user has created some chat folder deep links » to share the folder as well.
TitleNoanimateboolIf set, any animated emojis present in title should not be animated and should be instead frozen on the first frame.
IDintyesID of the folder
TitleTextWithEntitiesyesName of the folder (max 12 UTF-8 chars)
EmoticonstringEmoji to use as icon for the folder.
ColorintA color ID for the folder tag associated to this folder, see here » for more info.
PinnedPeers[]InputPeerClassyesPinned chats, folders can have unlimited pinned chats
IncludePeers[]InputPeerClassyesChats to include in the folder

References