teleproto - v1.229.0
    Preparing search index...

    Interface MessagesReadSavedHistoryParams

    interface MessagesReadSavedHistoryParams {
        maxId: number;
        parentPeer: EntityLike;
        peer: EntityLike;
    }
    Index
    maxId: number

    If a positive value is passed, only messages with identifiers less or equal than the given one will be read.

    parentPeer: EntityLike

    ID of the monoforum group.

    peer: EntityLike

    ID of the topic.