ChatFull
- class pyrogram.raw.types.ChatFull
Full info about a basic group.
Constructor of
ChatFull.- Details:
Layer:
223ID:
2633421B
- Parameters:
id (
int64-bit) – ID of the chatabout (
str) – About string for this chatparticipants (
ChatParticipants) – Participant listnotify_settings (
PeerNotifySettings) – Notification settingscan_set_username (
bool, optional) – Can we change the username of this chathas_scheduled (
bool, optional) – Whether scheduled messages are availabletranslations_disabled (
bool, optional) – Whether the real-time chat translation popup should be hidden.chat_photo (
Photo, optional) – Chat photoexported_invite (
ExportedChatInvite, optional) – Chat invitebot_info (List of
BotInfo, optional) – Info about bots that are in this chatpinned_msg_id (
int32-bit, optional) – Message ID of the last pinned messagefolder_id (
int32-bit, optional) – Peer folder ID, for more info click herecall (
InputGroupCall, optional) – Group call informationttl_period (
int32-bit, optional) – Time-To-Live of messages sent by the current user to this chatgroupcall_default_join_as (
Peer, optional) – When using phone.getGroupCallJoinAs to get a list of peers that can be used to join a group call, this field indicates the peer that should be selected by default.theme_emoticon (
str, optional) – Emoji representing a specific chat themerequests_pending (
int32-bit, optional) – Pending join requests »recent_requesters (List of
int64-bit, optional) – IDs of users who requested to join recentlyavailable_reactions (
ChatReactions, optional) – Allowed message reactions »reactions_limit (
int32-bit, optional) – This flag may be used to impose a custom limit of unique reactions (i.e. a customizable version of appConfig.reactions_uniq_max).
TL Schema
chatFull#2633421b
flags:#
can_set_username:flags.7?true
has_scheduled:flags.8?true
translations_disabled:flags.19?true
id:long
about:string
participants:ChatParticipants
chat_photo:flags.2?Photo
notify_settings:PeerNotifySettings
exported_invite:flags.13?ExportedChatInvite
bot_info:flags.3?Vector<BotInfo>
pinned_msg_id:flags.6?int
folder_id:flags.11?int
call:flags.12?InputGroupCall
ttl_period:flags.14?int
groupcall_default_join_as:flags.15?Peer
theme_emoticon:flags.16?string
requests_pending:flags.17?int
recent_requesters:flags.17?Vector<long>
available_reactions:flags.18?ChatReactions
reactions_limit:flags.20?int
= ChatFull
Parameter Tree
true (optional)true (optional)true (optional)longstringChatParticipantslongChatParticipant (optional)ChatParticipantlonglongintstring (optional)ChatParticipantCreatorlongstring (optional)ChatParticipantAdminlonglongintstring (optional)ChatParticipantslongVector < ChatParticipant >ChatParticipantlonglongintstring (optional)ChatParticipantCreatorlongstring (optional)ChatParticipantAdminlonglongintstring (optional)intPhoto (optional)PhotoEmptylongPhototrue (optional)longlongbytesintVector < PhotoSize >PhotoSizeEmptystringPhotoSizestringintintintPhotoCachedSizestringintintbytesPhotoStrippedSizestringbytesPhotoSizeProgressivestringintintVector < int >PhotoPathSizestringbytesVector < VideoSize > (optional)VideoSizestringintintintdouble (optional)VideoSizeEmojiMarkuplongVector < int >VideoSizeStickerMarkupInputStickerSetInputStickerSetEmptyInputStickerSetIDInputStickerSetShortNameInputStickerSetAnimatedEmojiInputStickerSetDiceInputStickerSetAnimatedEmojiAnimationsInputStickerSetPremiumGiftsInputStickerSetEmojiGenericAnimationsInputStickerSetEmojiDefaultStatusesInputStickerSetEmojiDefaultTopicIconsInputStickerSetTonGiftslongVector < int >intPeerNotifySettingsPeerNotifySettingsBool (optional)Bool (optional)int (optional)NotificationSound (optional)NotificationSoundDefaultNotificationSoundNoneNotificationSoundLocalstringstringNotificationSoundRingtonelongNotificationSound (optional)NotificationSoundDefaultNotificationSoundNoneNotificationSoundLocalstringstringNotificationSoundRingtonelongNotificationSound (optional)NotificationSoundDefaultNotificationSoundNoneNotificationSoundLocalstringstringNotificationSoundRingtonelongBool (optional)Bool (optional)NotificationSound (optional)NotificationSoundDefaultNotificationSoundNoneNotificationSoundLocalstringstringNotificationSoundRingtonelongNotificationSound (optional)NotificationSoundDefaultNotificationSoundNoneNotificationSoundLocalstringstringNotificationSoundRingtonelongNotificationSound (optional)NotificationSoundDefaultNotificationSoundNoneNotificationSoundLocalstringstringlongExportedChatInvite (optional)ChatInviteExportedtrue (optional)true (optional)true (optional)stringlongintint (optional)int (optional)int (optional)int (optional)int (optional)int (optional)string (optional)StarsSubscriptionPricing (optional)StarsSubscriptionPricingintlongVector < BotInfo > (optional)BotInfotrue (optional)long (optional)string (optional)Photo (optional)PhotoEmptylongPhototrue (optional)longlongbytesintVector < PhotoSize >PhotoSizeEmptyPhotoSizePhotoCachedSizePhotoStrippedSizePhotoSizeProgressivePhotoPathSizeVector < VideoSize > (optional)VideoSizeVideoSizeEmojiMarkupVideoSizeStickerMarkupintDocument (optional)DocumentEmptylongDocumentlonglongbytesintstringlongVector < PhotoSize > (optional)PhotoSizeEmptyPhotoSizePhotoCachedSizePhotoStrippedSizePhotoSizeProgressivePhotoPathSizeVector < VideoSize > (optional)VideoSizeVideoSizeEmojiMarkupVideoSizeStickerMarkupintVector < DocumentAttribute >DocumentAttributeImageSizeDocumentAttributeAnimatedDocumentAttributeStickerDocumentAttributeVideoDocumentAttributeAudioDocumentAttributeFilenameDocumentAttributeHasStickersDocumentAttributeCustomEmojiVector < BotCommand > (optional)BotCommandstringstringBotMenuButton (optional)BotMenuButtonDefaultBotMenuButtonCommandsBotMenuButtonstringstringstring (optional)BotAppSettings (optional)BotAppSettingsbytes (optional)int (optional)int (optional)int (optional)int (optional)BotVerifierSettings (optional)BotVerifierSettingstrue (optional)longstringstring (optional)int (optional)int (optional)InputGroupCall (optional)InputGroupCalllonglongInputGroupCallSlugstringintint (optional)Peer (optional)PeerUserlongPeerChatlongPeerChannellongstring (optional)int (optional)Vector < long > (optional)ChatReactions (optional)ChatReactionsNoneChatReactionsAlltrue (optional)ChatReactionsSomeVector < Reaction >ReactionEmptyReactionEmojistringReactionCustomEmojilongReactionPaidint (optional)Example
ChatFull(
id=0,
about="text",
participants=ChatParticipantsForbidden(chat_id=0),
notify_settings=PeerNotifySettings(),
)