PeerSettings
- class pyrogram.raw.types.PeerSettings
List of actions that are possible when interacting with this user, to be shown as suggested actions in the chat action bar », see here » for more info.
Constructor of
PeerSettings.- Details:
Layer:
223ID:
F47741F7
- Parameters:
report_spam (
bool, optional) – Whether we can still report the user for spamadd_contact (
bool, optional) – Whether we can add the user as contactblock_contact (
bool, optional) – Whether we can block the usershare_contact (
bool, optional) – Whether we can share the user’s contactneed_contacts_exception (
bool, optional) – Whether a special exception for contacts is neededreport_geo (
bool, optional) – Whether we can report a geogroup as irrelevant for this locationautoarchived (
bool, optional) – Whether this peer was automatically archived according to privacy settings and can be unarchivedinvite_members (
bool, optional) – If set, this is a recently created group chat to which new members can be invitedrequest_chat_broadcast (
bool, optional) – This flag is set if request_chat_title and request_chat_date fields are set and the join request » is related to a channel (otherwise if only the request fields are set, the join request » is related to a chat).business_bot_paused (
bool, optional) – This flag is set if both business_bot_id and business_bot_manage_url are set and all connected business bots » were paused in this chat using account.toggleConnectedBotPaused ».business_bot_can_reply (
bool, optional) – This flag is set if both business_bot_id and business_bot_manage_url are set and connected business bots » can reply to messages in this chat, as specified by the settings during initial configuration.geo_distance (
int32-bit, optional) – Distance in meters between us and this peerrequest_chat_title (
str, optional) – If set, this is a private chat with an administrator of a chat or channel to which the user sent a join request, and this field contains the chat/channel’s title.request_chat_date (
int32-bit, optional) – If set, this is a private chat with an administrator of a chat or channel to which the user sent a join request, and this field contains the timestamp when the join request » was sent.business_bot_id (
int64-bit, optional) – Contains the ID of the business bot » managing this chat, used to display info about the bot in the action bar.business_bot_manage_url (
str, optional) – Contains a deep link », used to open a management menu in the business bot. This flag is set if and only if business_bot_id is set.charge_paid_message_stars (
int64-bit, optional) – All users that must pay us » to send us private messages will have this flag set only for us, containing the amount of required stars, see here » for more info on paid messages.registration_month (
str, optional) – Used to display the user’s registration year and month, the string is in MM.YYYY format, where MM is the registration month (1-12), and YYYY is the registration year.phone_country (
str, optional) – The country code of the user’s phone number.name_change_date (
int32-bit, optional) – When was the user’s name last changed.photo_change_date (
int32-bit, optional) – When was the user’s photo last changed.
TL Schema
peerSettings#f47741f7
flags:#
report_spam:flags.0?true
add_contact:flags.1?true
block_contact:flags.2?true
share_contact:flags.3?true
need_contacts_exception:flags.4?true
report_geo:flags.5?true
autoarchived:flags.7?true
invite_members:flags.8?true
request_chat_broadcast:flags.10?true
business_bot_paused:flags.11?true
business_bot_can_reply:flags.12?true
geo_distance:flags.6?int
request_chat_title:flags.9?string
request_chat_date:flags.9?int
business_bot_id:flags.13?long
business_bot_manage_url:flags.13?string
charge_paid_message_stars:flags.14?long
registration_month:flags.15?string
phone_country:flags.16?string
name_change_date:flags.17?int
photo_change_date:flags.18?int
= PeerSettings
Parameter Tree
true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)true (optional)int (optional)string (optional)int (optional)long (optional)string (optional)long (optional)string (optional)string (optional)int (optional)int (optional)Example
PeerSettings(
)