Package org.drinkless.tdlib
Class TdApi.ChatEventVideoChatCreated
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ChatEventAction
org.drinkless.tdlib.TdApi.ChatEventVideoChatCreated
- Enclosing class:
- TdApi
A video chat was created.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intIdentifier of the video chat. -
Constructor Summary
ConstructorsConstructorDescriptionA video chat was created.ChatEventVideoChatCreated(int groupCallId) A video chat was created. -
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 video chat. The video chat can be received through the method getGroupCall. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ChatEventVideoChatCreated
public ChatEventVideoChatCreated()A video chat was created. -
ChatEventVideoChatCreated
public ChatEventVideoChatCreated(int groupCallId) A video chat was created.- Parameters:
groupCallId- Identifier of the video chat. The video chat can be received through the method getGroupCall.
-
-
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
-