Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
Documentation
data GetChatHistory Source #
Returns messages in a chat. The messages are returned in reverse chronological order (i.e., in order of decreasing message_id). For optimal performance, the number of returned messages is chosen by TDLib. This is an offline request if only_local is true. Returns Messages
GetChatHistory | |
|
Instances
ToJSON GetChatHistory Source # | |
Defined in TD.Query.GetChatHistory toJSON :: GetChatHistory -> Value # toEncoding :: GetChatHistory -> Encoding # toJSONList :: [GetChatHistory] -> Value # toEncodingList :: [GetChatHistory] -> Encoding # | |
Show GetChatHistory Source # | |
Defined in TD.Query.GetChatHistory showsPrec :: Int -> GetChatHistory -> ShowS # show :: GetChatHistory -> String # showList :: [GetChatHistory] -> ShowS # | |
Eq GetChatHistory Source # | |
Defined in TD.Query.GetChatHistory (==) :: GetChatHistory -> GetChatHistory -> Bool # (/=) :: GetChatHistory -> GetChatHistory -> Bool # | |
ShortShow GetChatHistory Source # | |
Defined in TD.Query.GetChatHistory shortShow :: GetChatHistory -> String Source # |