Layer 227
method Users
messages.updateSavedReactionTag#60297dec flags:# reaction:Reaction title:flags.0?string = Bool;

Parameters

Name Type Description
Reaction Reaction Reaction associated to the tag
Title flags .0? string Tag description, max 12 UTF-8 characters; to remove the description call the method without setting this flag.

Returns

Bool

Gogram Example

// MessagesUpdateSavedReactionTag - positional arguments
result, err := client.MessagesUpdateSavedReactionTag(&tg.Reaction{}, "Hello, World!")
if err != nil {
    // handle error
}
// result is *tg.Bool

Possible Errors

Code Type Description
403 PREMIUM_ACCOUNT_REQUIRED A premium account is required to execute this action.
400 REACTION_INVALID The specified reaction is invalid.