TD.Data.SharedUser
data SharedUser Source #
Constructors
Contains information about a user shared with a bot
Fields
User identifier
First name of the user; for bots only
Last name of the user; for bots only
Username of the user; for bots only
Profile photo of the user; for bots only; may be null
Defined in TD.Data.SharedUser
Methods
parseJSON :: Value -> Parser SharedUser #
parseJSONList :: Value -> Parser [SharedUser] #
showsPrec :: Int -> SharedUser -> ShowS #
show :: SharedUser -> String #
showList :: [SharedUser] -> ShowS #
(==) :: SharedUser -> SharedUser -> Bool #
(/=) :: SharedUser -> SharedUser -> Bool #
shortShow :: SharedUser -> String Source #