Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.67 KB

File metadata and controls

56 lines (43 loc) · 1.67 KB

ChatFull

Types

ChatFull::typeChatFull

Schema:

chatFull#2e02a614 id:int participants:ChatParticipants chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:ExportedChatInvite bot_info:Vector<BotInfo> = ChatFull;

Parameters:

Name Type
id qint32
participants ChatParticipants
chatPhoto Photo
notifySettings PeerNotifySettings
exportedInvite ExportedChatInvite
botInfo QList<BotInfo>

ChatFull::typeChannelFull

Schema:

channelFull#c3d5512f flags:# can_view_participants:flags.3?true can_set_username:flags.6?true id:int about:string participants_count:flags.0?int admins_count:flags.1?int kicked_count:flags.2?int read_inbox_max_id:int read_outbox_max_id:int unread_count:int chat_photo:Photo notify_settings:PeerNotifySettings exported_invite:ExportedChatInvite bot_info:Vector<BotInfo> migrated_from_chat_id:flags.4?int migrated_from_max_id:flags.4?int pinned_msg_id:flags.5?int = ChatFull;

Parameters:

Name Type
canViewParticipants bool
canSetUsername bool
id qint32
about QString
participantsCount qint32
adminsCount qint32
kickedCount qint32
readInboxMaxId qint32
readOutboxMaxId qint32
unreadCount qint32
chatPhoto Photo
notifySettings PeerNotifySettings
exportedInvite ExportedChatInvite
botInfo QList<BotInfo>
migratedFromChatId qint32
migratedFromMaxId qint32
pinnedMsgId qint32