Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
TD.Query.GetChatStoryAlbums
Synopsis
- data GetChatStoryAlbums = GetChatStoryAlbums {}
Documentation
data GetChatStoryAlbums Source #
Returns the list of story albums owned by the given chat. Returns StoryAlbums
Constructors
GetChatStoryAlbums | |
Instances
ToJSON GetChatStoryAlbums Source # | |
Defined in TD.Query.GetChatStoryAlbums Methods toJSON :: GetChatStoryAlbums -> Value # toEncoding :: GetChatStoryAlbums -> Encoding # toJSONList :: [GetChatStoryAlbums] -> Value # toEncodingList :: [GetChatStoryAlbums] -> Encoding # | |
Show GetChatStoryAlbums Source # | |
Defined in TD.Query.GetChatStoryAlbums Methods showsPrec :: Int -> GetChatStoryAlbums -> ShowS # show :: GetChatStoryAlbums -> String # showList :: [GetChatStoryAlbums] -> ShowS # | |
Eq GetChatStoryAlbums Source # | |
Defined in TD.Query.GetChatStoryAlbums Methods (==) :: GetChatStoryAlbums -> GetChatStoryAlbums -> Bool # (/=) :: GetChatStoryAlbums -> GetChatStoryAlbums -> Bool # | |
ShortShow GetChatStoryAlbums Source # | |
Defined in TD.Query.GetChatStoryAlbums Methods shortShow :: GetChatStoryAlbums -> String Source # |