teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSendReactionParams

    interface MessagesSendReactionParams {
        addToRecent?: boolean;
        big?: boolean;
        msgId: MessageIDLike;
        peer: EntityLike;
        reaction?: TypeReactionIn[];
    }
    Index
    addToRecent?: boolean

    Whether to add this reaction to the recent reactions list » .

    big?: boolean

    Whether a bigger and longer reaction should be shown

    msgId: MessageIDLike

    Message ID to react to

    peer: EntityLike

    Peer

    reaction?: TypeReactionIn[]

    A list of reactions (doesn't accept reactionPaid constructors, use messages.sendPaidReaction to send paid reactions, instead).