Package org.drinkless.tdlib
Class TdApi.StoryContentLive
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.StoryContent
org.drinkless.tdlib.TdApi.StoryContentLive
- Enclosing class:
- TdApi
A live story.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intIdentifier of the corresponding group call.booleanTrue, if the call is an RTMP stream instead of an ordinary group call. -
Constructor Summary
ConstructorsConstructorDescriptionA live story.StoryContentLive(int groupCallId, boolean isRtmpStream) A live story. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
groupCallId
public int groupCallIdIdentifier of the corresponding group call. The group call can be received through the method getGroupCall. -
isRtmpStream
public boolean isRtmpStreamTrue, if the call is an RTMP stream instead of an ordinary group call. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier 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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-