Class TdApi.GetChatStoryAlbums

Enclosing class:
TdApi

public static class TdApi.GetChatStoryAlbums extends TdApi.Function<TdApi.StoryAlbums>
Returns the list of story albums owned by the given chat.

Returns StoryAlbums

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • GetChatStoryAlbums

      public GetChatStoryAlbums()
      Default constructor for a function, which returns the list of story albums owned by the given chat.

      Returns StoryAlbums

    • GetChatStoryAlbums

      public GetChatStoryAlbums(long chatId)
      Creates a function, which returns the list of story albums owned by the given chat.

      Returns StoryAlbums

      Parameters:
      chatId - Chat identifier.
  • Method Details