teleproto - v1.229.0
    Preparing search index...

    Interface MessagesGetMessageReactionsListParams

    interface MessagesGetMessageReactionsListParams {
        id: number;
        limit: number;
        offset?: string;
        peer: EntityLike;
        reaction?: TypeReactionIn;
    }
    Index
    id: number

    Message ID

    limit: number

    Maximum number of results to return, see pagination

    offset?: string

    Offset for pagination (taken from the next_offset field of the returned messages.MessageReactionsList ); empty in the first request.

    peer: EntityLike

    Peer

    reaction?: TypeReactionIn

    Get only reactions of this type