| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
TD.Query.SetStoryAlbumName
Synopsis
Documentation
data SetStoryAlbumName Source #
Changes name of an album of stories. If the album is owned by a supergroup or a channel chat, then requires can_edit_stories administrator right in the chat. Returns the changed album. Returns StoryAlbum
Constructors
| SetStoryAlbumName | |
Instances
| ToJSON SetStoryAlbumName Source # | |
Defined in TD.Query.SetStoryAlbumName Methods toJSON :: SetStoryAlbumName -> Value # toEncoding :: SetStoryAlbumName -> Encoding # toJSONList :: [SetStoryAlbumName] -> Value # toEncodingList :: [SetStoryAlbumName] -> Encoding # | |
| Show SetStoryAlbumName Source # | |
Defined in TD.Query.SetStoryAlbumName Methods showsPrec :: Int -> SetStoryAlbumName -> ShowS # show :: SetStoryAlbumName -> String # showList :: [SetStoryAlbumName] -> ShowS # | |
| Eq SetStoryAlbumName Source # | |
Defined in TD.Query.SetStoryAlbumName Methods (==) :: SetStoryAlbumName -> SetStoryAlbumName -> Bool # (/=) :: SetStoryAlbumName -> SetStoryAlbumName -> Bool # | |
| ShortShow SetStoryAlbumName Source # | |
Defined in TD.Query.SetStoryAlbumName Methods shortShow :: SetStoryAlbumName -> String Source # | |