teleproto - v1.229.0
    Preparing search index...

    Interface ChannelsToggleAutotranslationParams

    interface ChannelsToggleAutotranslationParams {
        channel: EntityLike;
        enabled: boolean;
    }
    Index
    channel: EntityLike

    The channel where to toggle autotranslation.

    enabled: boolean

    Whether to enable or disable autotranslation.