| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetMessageAuthor
Synopsis
Documentation
data GetMessageAuthor Source #
Returns information about actual author of a message sent on behalf of a channel. The method can be called if messageProperties.can_get_author == true. Returns User
Constructors
| GetMessageAuthor | |
Instances
| ToJSON GetMessageAuthor Source # | |
Defined in TD.Query.GetMessageAuthor Methods toJSON :: GetMessageAuthor -> Value # toEncoding :: GetMessageAuthor -> Encoding # toJSONList :: [GetMessageAuthor] -> Value # toEncodingList :: [GetMessageAuthor] -> Encoding # | |
| Show GetMessageAuthor Source # | |
Defined in TD.Query.GetMessageAuthor Methods showsPrec :: Int -> GetMessageAuthor -> ShowS # show :: GetMessageAuthor -> String # showList :: [GetMessageAuthor] -> ShowS # | |
| Eq GetMessageAuthor Source # | |
Defined in TD.Query.GetMessageAuthor Methods (==) :: GetMessageAuthor -> GetMessageAuthor -> Bool # (/=) :: GetMessageAuthor -> GetMessageAuthor -> Bool # | |
| ShortShow GetMessageAuthor Source # | |
Defined in TD.Query.GetMessageAuthor Methods shortShow :: GetMessageAuthor -> String Source # | |