edit_fact_check()¶
- async Client.edit_fact_check()¶
Edit the fact-check on a message (channel admins only).
Usable by Users Bots- Parameters:
peer (Union[int, str]) – Chat where the message is
msg_id (int) – Message ID with the fact-check
text_with_entities (raw.types.TextWithEntities) – Fact-check content as TextWithEntities (text + entities)
- Returns:
Example
await app.edit_fact_check(...)