Class TdApi.GetChatsToPostStories

Enclosing class:
TdApi

public static class TdApi.GetChatsToPostStories extends TdApi.Function<TdApi.Chats>
Returns supergroup and channel chats in which the current user has the right to post stories. The chats must be rechecked with canPostStory before actually trying to post a story there.

Returns Chats

  • Field Details

    • CONSTRUCTOR

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

    • GetChatsToPostStories

      public GetChatsToPostStories()
      Default constructor for a function, which returns supergroup and channel chats in which the current user has the right to post stories. The chats must be rechecked with canPostStory before actually trying to post a story there.

      Returns Chats

  • Method Details