diff --git a/data/raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl b/data/raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl index 34f6d2ad24..f56fe08a7a 100644 --- a/data/raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl +++ b/data/raw.githubusercontent.com/tdlib/td/master/td/generate/scheme/td_api.tl @@ -829,8 +829,11 @@ messageCalendarDay total_count:int32 message:message = MessageCalendarDay; messageCalendar total_count:int32 days:vector = MessageCalendar; -//@description Describes a sponsored message @id Unique sponsored message identifier @sponsor_chat_id Chat identifier -//@link An internal link to be opened when the sponsored message is clicked; may be null. If null, the sponsor chat needs to be opened instead @content Content of the message. Currently, can be only of the type messageText +//@description Describes a sponsored message +//@id Unique sponsored message identifier +//@sponsor_chat_id Chat identifier +//@link An internal link to be opened when the sponsored message is clicked; may be null. If null, the sponsor chat needs to be opened instead +//@content Content of the message. Currently, can be only of the type messageText sponsoredMessage id:int32 sponsor_chat_id:int53 link:InternalLinkType content:MessageContent = SponsoredMessage; //@description Contains a list of sponsored messages @messages List of sponsored messages