Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Telegram.Bot.API.Types.ReactionType
Contents
ReactionType
data ReactionType Source #
This object describes the type of a reaction. Currently, it can be one of
Constructors
ReactionTypeEmoji | |
Fields
| |
ReactionTypeCustomEmoji | |
Fields
|
Instances
FromJSON ReactionType Source # | |
Defined in Telegram.Bot.API.Types.ReactionType | |
ToJSON ReactionType Source # | |
Defined in Telegram.Bot.API.Types.ReactionType Methods toJSON :: ReactionType -> Value # toEncoding :: ReactionType -> Encoding # toJSONList :: [ReactionType] -> Value # toEncodingList :: [ReactionType] -> Encoding # omitField :: ReactionType -> Bool # | |
Show ReactionType Source # | |
Defined in Telegram.Bot.API.Types.ReactionType Methods showsPrec :: Int -> ReactionType -> ShowS # show :: ReactionType -> String # showList :: [ReactionType] -> ShowS # |