mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 07:20:31 +01:00
Update content of files
This commit is contained in:
parent
64449565c7
commit
175489651e
1 changed files with 19 additions and 18 deletions
|
@ -1041,8 +1041,9 @@ basicGroupFullInfo photo:chatPhoto description:string creator_user_id:int53 memb
|
|||
//@usernames Usernames of the supergroup or channel; may be null
|
||||
//@date Point in time (Unix timestamp) when the current user joined, or the point in time when the supergroup or channel was created, in case the user is not a member
|
||||
//@status Status of the current user in the supergroup or channel; custom title will always be empty
|
||||
//@member_count Number of members in the supergroup or channel; 0 if unknown. Currently, it is guaranteed to be known only if the supergroup or channel was received
|
||||
//-through searchPublicChats, searchChatsNearby, getInactiveSupergroupChats, getSuitableDiscussionChats, getGroupsInCommon, getUserPrivacySettingRules, or in chatFolderInviteLinkInfo.missing_chat_ids
|
||||
//@member_count Number of members in the supergroup or channel; 0 if unknown. Currently, it is guaranteed to be known only if the supergroup or channel was received through
|
||||
//-getChatsToSendStories, getCreatedPublicChats, getGroupsInCommon, getInactiveSupergroupChats, getSuitableDiscussionChats, getUserPrivacySettingRules, getVideoChatAvailableParticipants,
|
||||
//-searchChatsNearby, searchPublicChats, or in chatFolderInviteLinkInfo.missing_chat_ids
|
||||
//@has_linked_chat True, if the channel has a discussion group, or the supergroup is the designated discussion group for a channel
|
||||
//@has_location True, if the supergroup is connected to a location, i.e. the supergroup is a location-based supergroup
|
||||
//@sign_messages True, if messages sent to the channel need to contain information about the sender. This field is only applicable to channels
|
||||
|
@ -1425,21 +1426,21 @@ notificationSettingsScopeChannelChats = NotificationSettingsScope;
|
|||
|
||||
|
||||
//@description Contains information about notification settings for a chat or a forum topic
|
||||
//@use_default_mute_for If true, mute_for is ignored and the value for the relevant type of chat or the forum chat is used instead
|
||||
//@use_default_mute_for If true, the value for the relevant type of chat or the forum chat is used instead of mute_for
|
||||
//@mute_for Time left before notifications will be unmuted, in seconds
|
||||
//@use_default_sound If true, the value for the relevant type of chat or the forum chat is used instead of sound_id
|
||||
//@sound_id Identifier of the notification sound to be played for messages; 0 if sound is disabled
|
||||
//@use_default_show_preview If true, show_preview is ignored and the value for the relevant type of chat or the forum chat is used instead
|
||||
//@use_default_show_preview If true, the value for the relevant type of chat or the forum chat is used instead of show_preview
|
||||
//@show_preview True, if message content must be displayed in notifications
|
||||
//@use_default_mute_stories If true, mute_stories is ignored and the value for the relevant type of chat is used instead
|
||||
//@use_default_mute_stories If true, the value for the relevant type of chat is used instead of mute_stories
|
||||
//@mute_stories True, if story notifications are disabled for the chat
|
||||
//@use_default_story_sound If true, the value for the relevant type of chat is used instead of story_sound_id
|
||||
//@story_sound_id Identifier of the notification sound to be played for stories; 0 if sound is disabled
|
||||
//@use_default_show_story_sender If true, show_story_sender is ignored and the value for the relevant type of chat is used instead
|
||||
//@use_default_show_story_sender If true, the value for the relevant type of chat is used instead of show_story_sender
|
||||
//@show_story_sender True, if the sender of stories must be displayed in notifications
|
||||
//@use_default_disable_pinned_message_notifications If true, disable_pinned_message_notifications is ignored and the value for the relevant type of chat or the forum chat is used instead
|
||||
//@use_default_disable_pinned_message_notifications If true, the value for the relevant type of chat or the forum chat is used instead of disable_pinned_message_notifications
|
||||
//@disable_pinned_message_notifications If true, notifications for incoming pinned messages will be created as for an ordinary unread message
|
||||
//@use_default_disable_mention_notifications If true, disable_mention_notifications is ignored and the value for the relevant type of chat or the forum chat is used instead
|
||||
//@use_default_disable_mention_notifications If true, the value for the relevant type of chat or the forum chat is used instead of disable_mention_notifications
|
||||
//@disable_mention_notifications If true, notifications for messages with mentions will be created as for an ordinary unread message
|
||||
chatNotificationSettings use_default_mute_for:Bool mute_for:int32 use_default_sound:Bool sound_id:int64 use_default_show_preview:Bool show_preview:Bool use_default_mute_stories:Bool mute_stories:Bool use_default_story_sound:Bool story_sound_id:int64 use_default_show_story_sender:Bool show_story_sender:Bool use_default_disable_pinned_message_notifications:Bool disable_pinned_message_notifications:Bool use_default_disable_mention_notifications:Bool disable_mention_notifications:Bool = ChatNotificationSettings;
|
||||
|
||||
|
@ -1447,8 +1448,8 @@ chatNotificationSettings use_default_mute_for:Bool mute_for:int32 use_default_so
|
|||
//@mute_for Time left before notifications will be unmuted, in seconds
|
||||
//@sound_id Identifier of the notification sound to be played; 0 if sound is disabled
|
||||
//@show_preview True, if message content must be displayed in notifications
|
||||
//@use_default_mute_stories If true, mute_stories is ignored and story notifications are received only for the first 5 chats from topChatCategoryUsers
|
||||
//@mute_stories True, if story notifications are disabled for the chat
|
||||
//@use_default_mute_stories If true, story notifications are received only for the first 5 chats from topChatCategoryUsers regardless of the value of mute_stories
|
||||
//@mute_stories True, if story notifications are disabled
|
||||
//@story_sound_id Identifier of the notification sound to be played for stories; 0 if sound is disabled
|
||||
//@show_story_sender True, if the sender of stories must be displayed in notifications
|
||||
//@disable_pinned_message_notifications True, if notifications for incoming pinned messages will be created as for an ordinary unread message
|
||||
|
@ -2632,7 +2633,7 @@ inputPassportElementError type:PassportElementType message:string source:InputPa
|
|||
//@description A text message
|
||||
//@text Text of the message
|
||||
//@web_page A link preview attached to the message; may be null
|
||||
//@link_preview_options Options which was used for generation of the link preview; may be null if default options were used
|
||||
//@link_preview_options Options which were used for generation of the link preview; may be null if default options were used
|
||||
messageText text:formattedText web_page:webPage link_preview_options:linkPreviewOptions = MessageContent;
|
||||
|
||||
//@description An animation message (GIF-style).
|
||||
|
@ -3813,7 +3814,7 @@ availableReaction type:ReactionType needs_premium:Bool = AvailableReaction;
|
|||
//@top_reactions List of reactions to be shown at the top
|
||||
//@recent_reactions List of recently used reactions
|
||||
//@popular_reactions List of popular reactions
|
||||
//@allow_custom_emoji True, if custom emoji reactions could be added by Telegram Premium subscribers
|
||||
//@allow_custom_emoji True, if any custom emoji reaction can be added by Telegram Premium subscribers
|
||||
availableReactions top_reactions:vector<availableReaction> recent_reactions:vector<availableReaction> popular_reactions:vector<availableReaction> allow_custom_emoji:Bool = AvailableReactions;
|
||||
|
||||
//@description Contains information about a emoji reaction
|
||||
|
@ -5696,16 +5697,16 @@ autosaveSettings private_chat_settings:scopeAutosaveSettings group_settings:scop
|
|||
|
||||
//@class ConnectionState @description Describes the current state of the connection to Telegram servers
|
||||
|
||||
//@description Currently waiting for the network to become available. Use setNetworkType to change the available network type
|
||||
//@description Waiting for the network to become available. Use setNetworkType to change the available network type
|
||||
connectionStateWaitingForNetwork = ConnectionState;
|
||||
|
||||
//@description Currently establishing a connection with a proxy server
|
||||
//@description Establishing a connection with a proxy server
|
||||
connectionStateConnectingToProxy = ConnectionState;
|
||||
|
||||
//@description Currently establishing a connection to the Telegram servers
|
||||
//@description Establishing a connection to the Telegram servers
|
||||
connectionStateConnecting = ConnectionState;
|
||||
|
||||
//@description Downloading data received while the application was offline
|
||||
//@description Downloading data supposed to be received while the application was offline
|
||||
connectionStateUpdating = ConnectionState;
|
||||
|
||||
//@description There is a working connection to the Telegram servers
|
||||
|
@ -6165,7 +6166,7 @@ updateNotification notification_group_id:int32 notification:notification = Updat
|
|||
//@removed_notification_ids Identifiers of removed group notifications, sorted by notification identifier
|
||||
updateNotificationGroup notification_group_id:int32 type:NotificationGroupType chat_id:int53 notification_settings_chat_id:int53 notification_sound_id:int64 total_count:int32 added_notifications:vector<notification> removed_notification_ids:vector<int32> = Update;
|
||||
|
||||
//@description Contains active notifications that was shown on previous application launches. This update is sent only if the message database is used. In that case it comes once before any updateNotification and updateNotificationGroup update @groups Lists of active notification groups
|
||||
//@description Contains active notifications that were shown on previous application launches. This update is sent only if the message database is used. In that case it comes once before any updateNotification and updateNotificationGroup update @groups Lists of active notification groups
|
||||
updateActiveNotifications groups:vector<notificationGroup> = Update;
|
||||
|
||||
//@description Describes whether there are some pending notification updates. Can be used to prevent application from killing, while there are some pending notifications
|
||||
|
@ -7711,7 +7712,7 @@ setChatNotificationSettings chat_id:int53 notification_settings:chatNotification
|
|||
//@has_protected_content New value of has_protected_content
|
||||
toggleChatHasProtectedContent chat_id:int53 has_protected_content:Bool = Ok;
|
||||
|
||||
//@description Changes the translatable state of a chat; for Telegram Premium users only @chat_id Chat identifier @is_translatable New value of is_translatable
|
||||
//@description Changes the translatable state of a chat @chat_id Chat identifier @is_translatable New value of is_translatable
|
||||
toggleChatIsTranslatable chat_id:int53 is_translatable:Bool = Ok;
|
||||
|
||||
//@description Changes the marked as unread state of a chat @chat_id Chat identifier @is_marked_as_unread New value of is_marked_as_unread
|
||||
|
|
Loading…
Reference in a new issue