diff --git a/td/generate/scheme/td_api.tl b/td/generate/scheme/td_api.tl index d8dbc7b61..728b89ae2 100644 --- a/td/generate/scheme/td_api.tl +++ b/td/generate/scheme/td_api.tl @@ -8367,7 +8367,7 @@ editMessageSchedulingState chat_id:int53 message_id:int53 scheduling_state:Messa //@description Changes the fact-check of a message. Can be only used if getOption("can_edit_fact_check") == true //@chat_id The channel chat the message belongs to -//@message_id Identifier of the message +//@message_id Identifier of the message. The message must be one of the following types: messageAnimation, messageAudio, messageDocument, messagePhoto, messageText, messageVideo //@text New text of the fact-check; 0-getOption("fact_check_length_max") characters; pass null to remove it. Only Bold, Italic, and TextUrl entities with https://t.me/ links are supported setMessageFactCheck chat_id:int53 message_id:int53 text:formattedText = Ok;