teleproto - v1.229.0
    Preparing search index...

    Interface MessagesGetHistoryParams

    interface MessagesGetHistoryParams {
        addOffset: number;
        hash: BigInteger;
        limit: number;
        maxId: number;
        minId: number;
        offsetDate: number;
        offsetId: number;
        peer: EntityLike;
    }
    Index
    addOffset: number

    Number of list elements to be skipped, negative values are also accepted.

    hash: BigInteger

    Result hash

    limit: number

    Number of results to return

    maxId: number

    If a positive value was transferred, the method will return only messages with IDs less than max_id

    minId: number

    If a positive value was transferred, the method will return only messages with IDs more than min_id

    offsetDate: number

    Only return messages sent before the specified date

    offsetId: number

    Only return messages starting from the specified message ID

    peer: EntityLike

    Target peer