Package org.drinkless.tdlib
Class TdApi.UpdateGroupCallMessageSendFailed
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateGroupCallMessageSendFailed
- Enclosing class:
- TdApi
A group call message failed to send.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.The cause of the message sending failure.intIdentifier of the group call.intMessage identifier. -
Constructor Summary
ConstructorsConstructorDescriptionA group call message failed to send.UpdateGroupCallMessageSendFailed(int groupCallId, int messageId, TdApi.Error error) A group call message failed to send. -
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. -
messageId
public int messageIdMessage identifier. -
error
The cause of the message sending failure. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
UpdateGroupCallMessageSendFailed
public UpdateGroupCallMessageSendFailed()A group call message failed to send. -
UpdateGroupCallMessageSendFailed
A group call message failed to send.- Parameters:
groupCallId- Identifier of the group call.messageId- Message identifier.error- The cause of the message sending failure.
-
-
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
-