toggle_signatures()¶
- async Client.toggle_signatures()¶
Toggle channel signatures.
Usable by Users Bots- Parameters:
signatures_enabled (bool, *optional*) – Whether signatures are enabled
profiles_enabled (bool) – Whether profile signatures are enabled
chat_id (
int|str) – Unique identifier (int) or username (str) of the target chat.
- Returns:
Example
await app.toggle_signatures(chat_id, ...)