teleproto - v1.229.0
    Preparing search index...

    Interface ChannelsDeleteHistoryParams

    interface ChannelsDeleteHistoryParams {
        channel: EntityLike;
        forEveryone?: boolean;
        maxId: number;
    }
    Index
    channel: EntityLike

    Supergroup whose history must be deleted

    forEveryone?: boolean

    Whether the history should be deleted for everyone

    maxId: number

    ID of message up to which the history must be deleted