teleproto - v1.229.0
    Preparing search index...

    Interface ChannelsToggleSignaturesParams

    interface ChannelsToggleSignaturesParams {
        channel: EntityLike;
        profilesEnabled?: boolean;
        signaturesEnabled?: boolean;
    }
    Index
    channel: EntityLike

    Channel

    profilesEnabled?: boolean

    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.

    signaturesEnabled?: boolean

    If set, enables message signatures.