teleproto - v1.229.0
    Preparing search index...

    Interface StoriesSendReactionParams

    interface StoriesSendReactionParams {
        addToRecent?: boolean;
        peer: EntityLike;
        reaction: TypeReactionIn;
        storyId: number;
    }
    Index
    addToRecent?: boolean

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

    peer: EntityLike

    The peer that sent the story

    reaction: TypeReactionIn

    Reaction

    storyId: number

    ID of the story to react to