set_message_fact_check


Description:

public async Ok set_message_fact_check (int64 chat_id, int64 message_id, FormattedText text) throws TDLibError

Changes the fact-check of a message. Can be only used if messageProperties.can_set_fact_check == true

Parameters:

chat_id

The channel chat the message belongs to

message_id

Identifier of the message

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