Class TdApi.StartLiveStoryResultOk

Enclosing class:
TdApi

public static class TdApi.StartLiveStoryResultOk extends TdApi.StartLiveStoryResult
The live story was successfully posted.
  • Field Details

    • story

      public TdApi.Story story
      The live story.
    • CONSTRUCTOR

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

    • StartLiveStoryResultOk

      public StartLiveStoryResultOk()
      The live story was successfully posted.
    • StartLiveStoryResultOk

      public StartLiveStoryResultOk(TdApi.Story story)
      The live story was successfully posted.
      Parameters:
      story - The live story.
  • Method Details