| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetCountryFlagEmoji
Synopsis
- data GetCountryFlagEmoji = GetCountryFlagEmoji {}
Documentation
data GetCountryFlagEmoji Source #
Returns an emoji for the given country. Returns an empty string on failure. Can be called synchronously. Returns Text
Constructors
| GetCountryFlagEmoji | |
Fields
| |
Instances
| ToJSON GetCountryFlagEmoji Source # | |
Defined in TD.Query.GetCountryFlagEmoji Methods toJSON :: GetCountryFlagEmoji -> Value # toEncoding :: GetCountryFlagEmoji -> Encoding # toJSONList :: [GetCountryFlagEmoji] -> Value # toEncodingList :: [GetCountryFlagEmoji] -> Encoding # | |
| Show GetCountryFlagEmoji Source # | |
Defined in TD.Query.GetCountryFlagEmoji Methods showsPrec :: Int -> GetCountryFlagEmoji -> ShowS # show :: GetCountryFlagEmoji -> String # showList :: [GetCountryFlagEmoji] -> ShowS # | |
| Eq GetCountryFlagEmoji Source # | |
Defined in TD.Query.GetCountryFlagEmoji Methods (==) :: GetCountryFlagEmoji -> GetCountryFlagEmoji -> Bool # (/=) :: GetCountryFlagEmoji -> GetCountryFlagEmoji -> Bool # | |
| ShortShow GetCountryFlagEmoji Source # | |
Defined in TD.Query.GetCountryFlagEmoji Methods | |