Class TdApi.CanPostStoryResultOk

Enclosing class:
TdApi

public static class TdApi.CanPostStoryResultOk extends TdApi.CanPostStoryResult
A story can be sent.
  • Field Details

    • storyCount

      public int storyCount
      Number of stories that can be posted by the user.
    • CONSTRUCTOR

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

    • CanPostStoryResultOk

      public CanPostStoryResultOk()
      A story can be sent.
    • CanPostStoryResultOk

      public CanPostStoryResultOk(int storyCount)
      A story can be sent.
      Parameters:
      storyCount - Number of stories that can be posted by the user.
  • Method Details