Class TdApi.GetChatActiveStories

Enclosing class:
TdApi

public static class TdApi.GetChatActiveStories extends TdApi.Function<TdApi.ChatActiveStories>
Returns the list of active stories posted by the given chat.

Returns ChatActiveStories

  • 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

    • GetChatActiveStories

      public GetChatActiveStories()
      Default constructor for a function, which returns the list of active stories posted by the given chat.

      Returns ChatActiveStories

    • GetChatActiveStories

      public GetChatActiveStories(long chatId)
      Creates a function, which returns the list of active stories posted by the given chat.

      Returns ChatActiveStories

      Parameters:
      chatId - Chat identifier.
  • Method Details