Class TdApi.StoryContentLive

Enclosing class:
TdApi

public static class TdApi.StoryContentLive extends TdApi.StoryContent
A live story.
  • Field Details

    • groupCallId

      public int groupCallId
      Identifier of the corresponding group call. The group call can be received through the method getGroupCall.
    • isRtmpStream

      public boolean isRtmpStream
      True, if the call is an RTMP stream instead of an ordinary group call.
    • CONSTRUCTOR

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

    • StoryContentLive

      public StoryContentLive()
      A live story.
    • StoryContentLive

      public StoryContentLive(int groupCallId, boolean isRtmpStream)
      A live story.
      Parameters:
      groupCallId - Identifier of the corresponding group call. The group call can be received through the method getGroupCall.
      isRtmpStream - True, if the call is an RTMP stream instead of an ordinary group call.
  • 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