Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetEmojiSuggestionsUrl
Synopsis
Documentation
data GetEmojiSuggestionsUrl Source #
Returns an HTTP URL which can be used to automatically log in to the translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation. Returns HttpUrl
Constructors
GetEmojiSuggestionsUrl | |
Fields
|
Instances
ToJSON GetEmojiSuggestionsUrl Source # | |
Defined in TD.Query.GetEmojiSuggestionsUrl Methods toJSON :: GetEmojiSuggestionsUrl -> Value # toEncoding :: GetEmojiSuggestionsUrl -> Encoding # toJSONList :: [GetEmojiSuggestionsUrl] -> Value # | |
Show GetEmojiSuggestionsUrl Source # | |
Defined in TD.Query.GetEmojiSuggestionsUrl Methods showsPrec :: Int -> GetEmojiSuggestionsUrl -> ShowS # show :: GetEmojiSuggestionsUrl -> String # showList :: [GetEmojiSuggestionsUrl] -> ShowS # | |
Eq GetEmojiSuggestionsUrl Source # | |
Defined in TD.Query.GetEmojiSuggestionsUrl Methods (==) :: GetEmojiSuggestionsUrl -> GetEmojiSuggestionsUrl -> Bool # (/=) :: GetEmojiSuggestionsUrl -> GetEmojiSuggestionsUrl -> Bool # | |
ShortShow GetEmojiSuggestionsUrl Source # | |
Defined in TD.Query.GetEmojiSuggestionsUrl Methods |