teleproto - v1.229.0
    Preparing search index...

    Interface MessagesSetChatAvailableReactionsParams

    interface MessagesSetChatAvailableReactionsParams {
        availableReactions: TypeChatReactionsIn;
        paidEnabled?: boolean;
        peer: EntityLike;
        reactionsLimit?: number;
    }
    Index
    availableReactions: TypeChatReactionsIn

    Allowed reaction emojis

    paidEnabled?: boolean

    If this flag is set and a Bool is passed, the method will enable or disable paid message reactions » . If this flag is not set, the previously stored setting will not be changed.

    peer: EntityLike

    Group where to apply changes

    reactionsLimit?: number

    This flag may be used to impose a custom limit of unique reactions (i.e. a customizable version of appConfig.reactions_uniq_max ); this field and the other info set by the method will then be available to users in channelFull and chatFull . If this flag is not set, the previously configured reactions_limit will not be altered.