channels.ToggleSignatures#
- class pyrogram.raw.functions.channels.ToggleSignatures#
Enable/disable message signatures in channels
- Details:
Layer:
198
ID:
418D549C
- Parameters:
channel (
InputChannel
) – Channelsignatures_enabled (
bool
, optional) – If set, enables message signatures.profiles_enabled (
bool
, optional) – If set, messages from channel admins will link to their profiles, just like for group messages: can only be set if the signatures_enabled flag is set.
- Returns: