teleproto - v1.229.0
    Preparing search index...

    Interface MessagesGetUnreadReactionsParams

    interface MessagesGetUnreadReactionsParams {
        addOffset: number;
        limit: number;
        maxId: number;
        minId: number;
        offsetId: number;
        peer: EntityLike;
        savedPeerId?: EntityLike;
        topMsgId?: MessageIDLike;
    }
    Index
    addOffset: number

    Offsets for pagination, for more info click here

    limit: number

    Maximum number of results to return, see pagination

    maxId: number

    Only return reactions for messages up until this message ID

    minId: number

    Only return reactions for messages starting from this message ID

    offsetId: number

    Offsets for pagination, for more info click here

    peer: EntityLike

    Peer

    savedPeerId?: EntityLike

    If set, must be equal to the ID of a monoforum topic : will affect that topic in the monoforum passed in peer .

    topMsgId?: MessageIDLike

    If set, considers only reactions to messages within the specified forum topic