Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Data.TMeUrlType
Synopsis
- data TMeUrlType
- = TMeUrlTypeUser { }
- | TMeUrlTypeSupergroup { }
- | TMeUrlTypeChatInvite { }
- | TMeUrlTypeStickerSet { }
Documentation
data TMeUrlType Source #
Describes the type of URL linking to an internal Telegram entity
Constructors
TMeUrlTypeUser | A URL linking to a user |
TMeUrlTypeSupergroup | A URL linking to a public supergroup or channel |
Fields
| |
TMeUrlTypeChatInvite | A chat invite link |
Fields
| |
TMeUrlTypeStickerSet | A URL linking to a sticker set |
Fields
|
Instances
FromJSON TMeUrlType Source # | |
Defined in TD.Data.TMeUrlType | |
Show TMeUrlType Source # | |
Defined in TD.Data.TMeUrlType Methods showsPrec :: Int -> TMeUrlType -> ShowS # show :: TMeUrlType -> String # showList :: [TMeUrlType] -> ShowS # | |
Eq TMeUrlType Source # | |
Defined in TD.Data.TMeUrlType | |
ShortShow TMeUrlType Source # | |
Defined in TD.Data.TMeUrlType Methods shortShow :: TMeUrlType -> String Source # |