TD.Data.SharedChat
data SharedChat Source #
Constructors
Contains information about a chat shared with a bot
Fields
Chat identifier
Title of the chat; for bots only
Username of the chat; for bots only
Photo of the chat; for bots only; may be null
Defined in TD.Data.SharedChat
Methods
parseJSON :: Value -> Parser SharedChat #
parseJSONList :: Value -> Parser [SharedChat] #
showsPrec :: Int -> SharedChat -> ShowS #
show :: SharedChat -> String #
showList :: [SharedChat] -> ShowS #
(==) :: SharedChat -> SharedChat -> Bool #
(/=) :: SharedChat -> SharedChat -> Bool #
shortShow :: SharedChat -> String Source #