Interface GetStoryAvailableReactions

Returns reactions, which can be chosen for a story. Request type for Tdjson#getStoryAvailableReactions.

interface GetStoryAvailableReactions {
    @type: "getStoryAvailableReactions";
    row_size: number;
}

Properties

Properties

@type: "getStoryAvailableReactions"
row_size: number

Number of reaction per row, 5-25.