Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetChatArchivedStories
Synopsis
Documentation
data GetChatArchivedStories Source #
Returns the list of all stories posted by the given chat; requires can_edit_stories right in the chat. The stories are returned in reverse chronological order (i.e., in order of decreasing story_id). For optimal performance, the number of returned stories is chosen by TDLib. Returns Stories
Constructors
GetChatArchivedStories | |
Fields
|
Instances
ToJSON GetChatArchivedStories Source # | |
Defined in TD.Query.GetChatArchivedStories Methods toJSON :: GetChatArchivedStories -> Value # toEncoding :: GetChatArchivedStories -> Encoding # toJSONList :: [GetChatArchivedStories] -> Value # | |
Show GetChatArchivedStories Source # | |
Defined in TD.Query.GetChatArchivedStories Methods showsPrec :: Int -> GetChatArchivedStories -> ShowS # show :: GetChatArchivedStories -> String # showList :: [GetChatArchivedStories] -> ShowS # | |
Eq GetChatArchivedStories Source # | |
Defined in TD.Query.GetChatArchivedStories Methods (==) :: GetChatArchivedStories -> GetChatArchivedStories -> Bool # (/=) :: GetChatArchivedStories -> GetChatArchivedStories -> Bool # | |
ShortShow GetChatArchivedStories Source # | |
Defined in TD.Query.GetChatArchivedStories Methods |