diff --git a/_schema/tdapi.tl b/_schema/tdapi.tl index 1dbc1d2d93..cdf7bfc9b6 100644 --- a/_schema/tdapi.tl +++ b/_schema/tdapi.tl @@ -1,7 +1,7 @@ // Code generated by ./cmd/dltl, DO NOT EDIT. // // Source: https://raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl -// SHA256: b639a2427721a997a334aef967f7bb6408d60f2bd5d9308805cdb62055a415ce +// SHA256: 535f19db102e2796cab50a4c33596f63131ee76b42511ec6356a99bff99ed007 double#2210c154 ? = Double; @@ -2219,7 +2219,7 @@ webPageInstantView#2c0ec99c page_blocks:vector view_count:int32 versi //@embed_height Height of the embedded preview //@duration Duration of the content, in seconds //@author Author of the content -//@has_large_media True, if the preview has large media and its appearance can be changed +//@has_large_media True, if size of media in the preview can be changed //@show_large_media True, if large media preview must be shown //@skip_confirmation True, if there is no need to show an ordinary open URL confirmation, when opening the URL from the preview, because the URL is shown in the message text in clear //@show_above_text True, if the link preview must be shown above message text; otherwise, the link preview must be shown below the message text @@ -7311,7 +7311,7 @@ getMessage#9372c080 chat_id:int53 message_id:int53 = Message; //@message_id Identifier of the message to get getMessageLocally#dc062b6c chat_id:int53 message_id:int53 = Message; -//@description Returns information about a message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, and the topic creation message for messages +//@description Returns information about a message that is replied by a given message. Also, returns the pinned message, the game message, the invoice message, //@chat_id Identifier of the chat the message belongs to //@message_id Identifier of the reply message getRepliedMessage#d9bd19bd chat_id:int53 message_id:int53 = Message; diff --git a/tdapi/tl_web_page_gen.go b/tdapi/tl_web_page_gen.go index db474d4c5f..c03f9d7c25 100644 --- a/tdapi/tl_web_page_gen.go +++ b/tdapi/tl_web_page_gen.go @@ -60,7 +60,7 @@ type WebPage struct { Duration int32 // Author of the content Author string - // True, if the preview has large media and its appearance can be changed + // True, if size of media in the preview can be changed HasLargeMedia bool // True, if large media preview must be shown ShowLargeMedia bool