Package org.drinkless.tdlib
Class TdApi.AddStoryAlbumStories
- Enclosing class:
- TdApi
Adds stories to the beginning of a previously created story album. If the album is owned by a supergroup or a channel chat, then requires canEditStories administrator right in the chat. Returns the changed album.
Returns StoryAlbum
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongIdentifier of the chat that owns the stories.static final intIdentifier uniquely determining type of the object.intIdentifier of the story album.int[]Identifier of the stories to add to the album; 1-getOption("story_album_size_max") identifiers. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which adds stories to the beginning of a previously created story album.AddStoryAlbumStories(long chatId, int storyAlbumId, int[] storyIds) Creates a function, which adds stories to the beginning of a previously created story album. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
chatId
public long chatIdIdentifier of the chat that owns the stories. -
storyAlbumId
public int storyAlbumIdIdentifier of the story album. -
storyIds
public int[] storyIdsIdentifier of the stories to add to the album; 1-getOption("story_album_size_max") identifiers. If after addition the album has more than getOption("story_album_size_max") stories, then the last one are removed from the album. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AddStoryAlbumStories
public AddStoryAlbumStories()Default constructor for a function, which adds stories to the beginning of a previously created story album. If the album is owned by a supergroup or a channel chat, then requires canEditStories administrator right in the chat. Returns the changed album.Returns
StoryAlbum -
AddStoryAlbumStories
public AddStoryAlbumStories(long chatId, int storyAlbumId, int[] storyIds) Creates a function, which adds stories to the beginning of a previously created story album. If the album is owned by a supergroup or a channel chat, then requires canEditStories administrator right in the chat. Returns the changed album.Returns
StoryAlbum- Parameters:
chatId- Identifier of the chat that owns the stories.storyAlbumId- Identifier of the story album.storyIds- Identifier of the stories to add to the album; 1-getOption("story_album_size_max") identifiers. If after addition the album has more than getOption("story_album_size_max") stories, then the last one are removed from the album.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-