mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-05 18:38:19 +01:00
Update content of files
This commit is contained in:
parent
b9a1e1559e
commit
05feed1b43
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue