Package org.drinkless.tdlib
Class TdApi.UpdateNewGroupCallMessage
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateNewGroupCallMessage
- Enclosing class:
- TdApi
A new message was received in a group call.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.intIdentifier of the group call.The message. -
Constructor Summary
ConstructorsConstructorDescriptionA new message was received in a group call.UpdateNewGroupCallMessage(int groupCallId, TdApi.GroupCallMessage message) A new message was received in a group call. -
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 group call. -
message
The message. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateNewGroupCallMessage
public UpdateNewGroupCallMessage()A new message was received in a group call. -
UpdateNewGroupCallMessage
A new message was received in a group call.- Parameters:
groupCallId- Identifier of the group call.message- The message.
-
-
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
-