mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-28 19:23:11 +01:00
Update content of files
This commit is contained in:
parent
0ba6813fa3
commit
7f3787dbaf
1 changed files with 3 additions and 3 deletions
|
@ -1081,7 +1081,7 @@ inlineKeyboardButtonTypeSwitchInline query:string in_current_chat:Bool = InlineK
|
|||
//@description A button to buy something. This button must be in the first column and row of the keyboard and can be attached only to a message with content of the type messageInvoice
|
||||
inlineKeyboardButtonTypeBuy = InlineKeyboardButtonType;
|
||||
|
||||
//@description A button to open a chat with a user @user_id User identifier
|
||||
//@description A button with a user reference to be handled in the same way as textEntityTypeMentionName entities @user_id User identifier
|
||||
inlineKeyboardButtonTypeUser user_id:int53 = InlineKeyboardButtonType;
|
||||
|
||||
|
||||
|
@ -5565,11 +5565,11 @@ deleteAccount reason:string = Ok;
|
|||
//@description Removes a chat action bar without any other action @chat_id Chat identifier
|
||||
removeChatActionBar chat_id:int53 = Ok;
|
||||
|
||||
//@description Reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if this is a private chat with a bot, a private chat with a user sharing their location, a supergroup, or a channel, since other chats can't be checked by moderators
|
||||
//@description Reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.can_be_reported
|
||||
//@chat_id Chat identifier @message_ids Identifiers of reported messages, if any @reason The reason for reporting the chat @text Additional report details; 0-1024 characters
|
||||
reportChat chat_id:int53 message_ids:vector<int53> reason:ChatReportReason text:string = Ok;
|
||||
|
||||
//@description Reports a chat photo to the Telegram moderators. A chat photo can be reported only if this is a private chat with a bot, a private chat with a user sharing their location, a supergroup, or a channel, since other chats can't be checked by moderators
|
||||
//@description Reports a chat photo to the Telegram moderators. A chat photo can be reported only if chat.can_be_reported
|
||||
//@chat_id Chat identifier @file_id Identifier of the photo to report. Only full photos from chatPhoto can be reported @reason The reason for reporting the chat photo @text Additional report details; 0-1024 characters
|
||||
reportChatPhoto chat_id:int53 file_id:int32 reason:ChatReportReason text:string = Ok;
|
||||
|
||||
|
|
Loading…
Reference in a new issue