| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.GetForumTopicHistory
Synopsis
Documentation
data GetForumTopicHistory Source #
Returns messages in a topic in a forum supergroup chat or a chat with a bot with topics. 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. Returns Messages
Constructors
| GetForumTopicHistory | |
Fields
| |
Instances
| ToJSON GetForumTopicHistory Source # | |
Defined in TD.Query.GetForumTopicHistory Methods toJSON :: GetForumTopicHistory -> Value # toEncoding :: GetForumTopicHistory -> Encoding # toJSONList :: [GetForumTopicHistory] -> Value # toEncodingList :: [GetForumTopicHistory] -> Encoding # | |
| Show GetForumTopicHistory Source # | |
Defined in TD.Query.GetForumTopicHistory Methods showsPrec :: Int -> GetForumTopicHistory -> ShowS # show :: GetForumTopicHistory -> String # showList :: [GetForumTopicHistory] -> ShowS # | |
| Eq GetForumTopicHistory Source # | |
Defined in TD.Query.GetForumTopicHistory Methods (==) :: GetForumTopicHistory -> GetForumTopicHistory -> Bool # (/=) :: GetForumTopicHistory -> GetForumTopicHistory -> Bool # | |
| ShortShow GetForumTopicHistory Source # | |
Defined in TD.Query.GetForumTopicHistory Methods | |