teleproto - v1.229.0
    Preparing search index...

    Interface MessagesUpdateSavedReactionTagParams

    interface MessagesUpdateSavedReactionTagParams {
        reaction: TypeReactionIn;
        title?: string;
    }
    Index
    reaction: TypeReactionIn

    Reaction associated to the tag

    title?: string

    Tag description, max 12 UTF-8 characters; to remove the description call the method without setting this flag.