| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetChatDraftMessage
Documentation
data SetChatDraftMessage Source #
Changes the draft message in a chat or a topic. Returns Ok
Constructors
| SetChatDraftMessage | |
Fields
| |
Instances
| ToJSON SetChatDraftMessage Source # | |
Defined in TD.Query.SetChatDraftMessage Methods toJSON :: SetChatDraftMessage -> Value # toEncoding :: SetChatDraftMessage -> Encoding # toJSONList :: [SetChatDraftMessage] -> Value # toEncodingList :: [SetChatDraftMessage] -> Encoding # | |
| Show SetChatDraftMessage Source # | |
Defined in TD.Query.SetChatDraftMessage Methods showsPrec :: Int -> SetChatDraftMessage -> ShowS # show :: SetChatDraftMessage -> String # showList :: [SetChatDraftMessage] -> ShowS # | |
| Eq SetChatDraftMessage Source # | |
Defined in TD.Query.SetChatDraftMessage Methods (==) :: SetChatDraftMessage -> SetChatDraftMessage -> Bool # (/=) :: SetChatDraftMessage -> SetChatDraftMessage -> Bool # | |
| ShortShow SetChatDraftMessage Source # | |
Defined in TD.Query.SetChatDraftMessage Methods | |