DialogFilterSuggested
- class pyrogram.raw.base.DialogFilterSuggested
Suggested dialog filters (folder »)
- Constructors:
This base type has 1 constructor available.
Suggested folders
- Functions:
This object can be returned by 1 function.
Get suggested folders
TL Schema
dialogFilterSuggested#77744d4a
filter:DialogFilter
description:string
= DialogFilterSuggested
Parameter Tree
DialogFilterSuggested
├── filter →
DialogFilter│ ├──
DialogFilter│ │ ├── contacts →
true (optional)│ │ ├── non_contacts →
true (optional)│ │ ├── groups →
true (optional)│ │ ├── broadcasts →
true (optional)│ │ ├── bots →
true (optional)│ │ ├── exclude_muted →
true (optional)│ │ ├── exclude_read →
true (optional)│ │ ├── exclude_archived →
true (optional)│ │ ├── title_noanimate →
true (optional)│ │ ├── id →
int│ │ ├── title →
TextWithEntities│ │ │ └──
TextWithEntities│ │ │ ├── text →
string│ │ │ └── entities →
Vector < MessageEntity >│ │ │ ├──
MessageEntityUnknown│ │ │ ├──
MessageEntityMention│ │ │ ├──
MessageEntityHashtag│ │ │ ├──
MessageEntityBotCommand│ │ │ ├──
MessageEntityUrl│ │ │ ├──
MessageEntityEmail│ │ │ ├──
MessageEntityBold│ │ │ ├──
MessageEntityItalic│ │ │ ├──
MessageEntityCode│ │ │ ├──
MessageEntityPre│ │ │ ├──
MessageEntityTextUrl│ │ │ ├──
MessageEntityMentionName│ │ │ ├──
InputMessageEntityMentionName│ │ │ ├──
MessageEntityPhone│ │ │ ├──
MessageEntityCashtag│ │ │ ├──
MessageEntityUnderline│ │ │ ├──
MessageEntityStrike│ │ │ ├──
MessageEntityBankCard│ │ │ ├──
MessageEntitySpoiler│ │ │ ├──
MessageEntityCustomEmoji│ │ │ ├──
MessageEntityBlockquote│ │ │ └──
MessageEntityFormattedDate│ │ ├── emoticon →
string (optional)│ │ ├── color →
int (optional)│ │ ├── pinned_peers →
Vector < InputPeer >│ │ │ ├──
InputPeerEmpty│ │ │ ├──
InputPeerSelf│ │ │ ├──
InputPeerChat│ │ │ ├──
InputPeerUser│ │ │ │ ├── user_id →
long│ │ │ │ └── access_hash →
long│ │ │ ├──
InputPeerChannel│ │ │ │ ├── channel_id →
long│ │ │ │ └── access_hash →
long│ │ │ ├──
InputPeerUserFromMessage│ │ │ │ ├── peer →
InputPeer│ │ │ │ │ ├──
InputPeerEmpty│ │ │ │ │ ├──
InputPeerSelf│ │ │ │ │ ├──
InputPeerChat│ │ │ │ │ ├──
InputPeerUser│ │ │ │ │ ├──
InputPeerChannel│ │ │ │ │ ├──
InputPeerUserFromMessage│ │ │ │ │ └──
InputPeerChannelFromMessage│ │ │ │ ├── msg_id →
int│ │ │ │ └── user_id →
long│ │ │ └──
InputPeerChannelFromMessage│ │ │ ├── peer →
InputPeer│ │ │ │ ├──
InputPeerEmpty│ │ │ │ ├──
InputPeerSelf│ │ │ │ ├──
InputPeerChat│ │ │ │ ├──
InputPeerUser│ │ │ │ ├──
InputPeerChannel│ │ │ │ ├──
InputPeerUserFromMessage│ │ │ │ └──
InputPeerChannelFromMessage│ │ │ ├── msg_id →
int│ │ │ └── channel_id →
long│ │ ├── include_peers →
Vector < InputPeer >│ │ │ ├──
InputPeerEmpty│ │ │ ├──
InputPeerSelf│ │ │ ├──
InputPeerChat│ │ │ ├──
InputPeerUser│ │ │ │ ├── user_id →
long│ │ │ │ └── access_hash →
long│ │ │ ├──
InputPeerChannel│ │ │ │ ├── channel_id →
long│ │ │ │ └── access_hash →
long│ │ │ ├──
InputPeerUserFromMessage│ │ │ │ ├── peer →
InputPeer│ │ │ │ │ ├──
InputPeerEmpty│ │ │ │ │ ├──
InputPeerSelf│ │ │ │ │ ├──
InputPeerChat│ │ │ │ │ ├──
InputPeerUser│ │ │ │ │ ├──
InputPeerChannel│ │ │ │ │ ├──
InputPeerUserFromMessage│ │ │ │ │ └──
InputPeerChannelFromMessage│ │ │ │ ├── msg_id →
int│ │ │ │ └── user_id →
long│ │ │ └──
InputPeerChannelFromMessage│ │ │ ├── peer →
InputPeer│ │ │ │ ├──
InputPeerEmpty│ │ │ │ ├──
InputPeerSelf│ │ │ │ ├──
InputPeerChat│ │ │ │ ├──
InputPeerUser│ │ │ │ ├──
InputPeerChannel│ │ │ │ ├──
InputPeerUserFromMessage│ │ │ │ └──
InputPeerChannelFromMessage│ │ │ ├── msg_id →
int│ │ │ └── channel_id →
long│ │ └── exclude_peers →
Vector < InputPeer >│ │ ├──
InputPeerEmpty│ │ ├──
InputPeerSelf│ │ ├──
InputPeerChat│ │ ├──
InputPeerUser│ │ │ ├── user_id →
long│ │ │ └── access_hash →
long│ │ ├──
InputPeerChannel│ │ │ ├── channel_id →
long│ │ │ └── access_hash →
long│ │ ├──
InputPeerUserFromMessage│ │ │ ├── peer →
InputPeer│ │ │ │ ├──
InputPeerEmpty│ │ │ │ ├──
InputPeerSelf│ │ │ │ ├──
InputPeerChat│ │ │ │ ├──
InputPeerUser│ │ │ │ ├──
InputPeerChannel│ │ │ │ ├──
InputPeerUserFromMessage│ │ │ │ └──
InputPeerChannelFromMessage│ │ │ ├── msg_id →
int│ │ │ └── user_id →
long│ │ └──
InputPeerChannelFromMessage│ │ ├── peer →
InputPeer│ │ │ ├──
InputPeerEmpty│ │ │ ├──
InputPeerSelf│ │ │ ├──
InputPeerChat│ │ │ ├──
InputPeerUser│ │ │ ├──
InputPeerChannel│ │ │ ├──
InputPeerUserFromMessage│ │ │ └──
InputPeerChannelFromMessage│ │ ├── msg_id →
int│ │ └── channel_id →
long│ ├──
DialogFilterDefault│ └──
DialogFilterChatlist│ ├── has_my_invites →
true (optional)│ ├── title_noanimate →
true (optional)│ ├── id →
int│ ├── title →
TextWithEntities│ │ └──
TextWithEntities│ │ ├── text →
string│ │ └── entities →
Vector < MessageEntity >│ │ ├──
MessageEntityUnknown│ │ ├──
MessageEntityMention│ │ ├──
MessageEntityHashtag│ │ ├──
MessageEntityBotCommand│ │ ├──
MessageEntityUrl│ │ ├──
MessageEntityEmail│ │ ├──
MessageEntityBold│ │ ├──
MessageEntityItalic│ │ ├──
MessageEntityCode│ │ ├──
MessageEntityPre│ │ ├──
MessageEntityTextUrl│ │ ├──
MessageEntityMentionName│ │ ├──
InputMessageEntityMentionName│ │ ├──
MessageEntityPhone│ │ ├──
MessageEntityCashtag│ │ ├──
MessageEntityUnderline│ │ ├──
MessageEntityStrike│ │ ├──
MessageEntityBankCard│ │ ├──
MessageEntitySpoiler│ │ ├──
MessageEntityCustomEmoji│ │ ├──
MessageEntityBlockquote│ │ └──
MessageEntityFormattedDate│ ├── emoticon →
string (optional)│ ├── color →
int (optional)│ ├── pinned_peers →
Vector < InputPeer >│ │ ├──
InputPeerEmpty│ │ ├──
InputPeerSelf│ │ ├──
InputPeerChat│ │ ├──
InputPeerUser│ │ │ ├── user_id →
long│ │ │ └── access_hash →
long│ │ ├──
InputPeerChannel│ │ │ ├── channel_id →
long│ │ │ └── access_hash →
long│ │ ├──
InputPeerUserFromMessage│ │ │ ├── peer →
InputPeer│ │ │ │ ├──
InputPeerEmpty│ │ │ │ ├──
InputPeerSelf│ │ │ │ ├──
InputPeerChat│ │ │ │ ├──
InputPeerUser│ │ │ │ ├──
InputPeerChannel│ │ │ │ ├──
InputPeerUserFromMessage│ │ │ │ └──
InputPeerChannelFromMessage│ │ │ ├── msg_id →
int│ │ │ └── user_id →
long│ │ └──
InputPeerChannelFromMessage│ │ ├── peer →
InputPeer│ │ │ ├──
InputPeerEmpty│ │ │ ├──
InputPeerSelf│ │ │ ├──
InputPeerChat│ │ │ ├──
InputPeerUser│ │ │ ├──
InputPeerChannel│ │ │ ├──
InputPeerUserFromMessage│ │ │ └──
InputPeerChannelFromMessage│ │ ├── msg_id →
int│ │ └── channel_id →
long│ └── include_peers →
Vector < InputPeer >│ ├──
InputPeerEmpty│ ├──
InputPeerSelf│ ├──
InputPeerChat│ ├──
InputPeerUser│ │ ├── user_id →
long│ │ └── access_hash →
long│ ├──
InputPeerChannel│ │ ├── channel_id →
long│ │ └── access_hash →
long│ ├──
InputPeerUserFromMessage│ │ ├── peer →
InputPeer│ │ │ ├──
InputPeerEmpty│ │ │ ├──
InputPeerSelf│ │ │ ├──
InputPeerChat│ │ │ ├──
InputPeerUser│ │ │ ├──
InputPeerChannel│ │ │ ├──
InputPeerUserFromMessage│ │ │ └──
InputPeerChannelFromMessage│ │ ├── msg_id →
int│ │ └── user_id →
long│ ├── peer →
InputPeer│ │ ├──
InputPeerEmpty│ │ ├──
InputPeerSelf│ │ ├──
InputPeerChat│ │ ├──
InputPeerUser│ │ ├──
InputPeerChannel│ │ ├──
InputPeerUserFromMessage│ │ └──
InputPeerChannelFromMessage│ ├── msg_id →
int│ └── channel_id →
long└── description →
stringExample
DialogFilterSuggested(
filter=DialogFilter(
contacts=None,
non_contacts=None,
groups=None,
broadcasts=None,
bots=None,
exclude_muted=None,
exclude_read=None,
exclude_archived=None,
title_noanimate=None,
id=0,
title=TextWithEntities(
text="Open",
entities=[
MessageEntityUnknown(
offset=0,
length=0
)
]
),
emoticon=None,
color=None,
pinned_peers=[
await app.resolve_peer(chat_id)
],
include_peers=[
await app.resolve_peer(chat_id)
],
exclude_peers=[
await app.resolve_peer(chat_id)
]
),
description="text",
)