- API ›
- Constructors ›
- ReactionEmpty
ReactionEmpty
---types--- reactionEmpty#79f5d419 = Reaction
Belongs to
| Reaction |
In Rust this constructor is a variant of the enums::Reaction enum.
Match on it with: if let enums::Reaction::ReactionEmpty(v) = result { ... }
Parameters
This item has no parameters.
Used by
| GetMessageReactionsList |
| GetStoryReactionsList |
| SendReaction |
| SetDefaultReaction |
| UpdateSavedReactionTag |