Class TdApi.UpdateStoryListChatCount

Enclosing class:
TdApi

public static class TdApi.UpdateStoryListChatCount extends TdApi.Update
Number of chats in a story list has changed.
  • Field Details

    • storyList

      public TdApi.StoryList storyList
      The story list.
    • chatCount

      public int chatCount
      Approximate total number of chats with active stories in the list.
    • CONSTRUCTOR

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

    • UpdateStoryListChatCount

      public UpdateStoryListChatCount()
      Number of chats in a story list has changed.
    • UpdateStoryListChatCount

      public UpdateStoryListChatCount(TdApi.StoryList storyList, int chatCount)
      Number of chats in a story list has changed.
      Parameters:
      storyList - The story list.
      chatCount - Approximate total number of chats with active stories in the list.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR