dialogFilter#aa472651 flags:# contacts:flags.0?true non_contacts:flags.1?true groups:flags.2?true broadcasts:flags.3?true bots:flags.4?true exclude_muted:flags.11?true exclude_read:flags.12?true exclude_archived:flags.13?true title_noanimate:flags.28?true id:int title:TextWithEntities emoticon:flags.25?string color:flags.27?int pinned_peers:Vector<InputPeer> include_peers:Vector<InputPeer> exclude_peers:Vector<InputPeer> = DialogFilter;
Параметры
| Поле | Тип | Описание |
| flags |
# |
Битовая маска: поле вида flags.N?T присутствует, только если поднят бит N. |
| contacts |
flags.0?true |
Список контактов. |
| non_contacts |
flags.1?true |
|
| groups |
flags.2?true |
|
| broadcasts |
flags.3?true |
|
| bots |
flags.4?true |
Список ботов. |
| exclude_muted |
flags.11?true |
|
| exclude_read |
flags.12?true |
|
| exclude_archived |
flags.13?true |
|
| title_noanimate |
flags.28?true |
|
| id |
int |
Идентификатор объекта — что именно, определяет тип поля. |
| title |
TextWithEntities |
Название. |
| emoticon |
flags.25?string |
Эмодзи. |
| color |
flags.27?int |
|
| pinned_peers |
Vector<InputPeer> |
|
| include_peers |
Vector<InputPeer> |
|
| exclude_peers |
Vector<InputPeer> |
|
Тип
DialogFilter
Связанные страницы
Типы, которые здесь встречаются