Class TdApi.UpdateGroupCallMessageSendFailed

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.Update
org.drinkless.tdlib.TdApi.UpdateGroupCallMessageSendFailed
Enclosing class:
TdApi

public static class TdApi.UpdateGroupCallMessageSendFailed extends TdApi.Update
A group call message failed to send.
  • Field Details

    • groupCallId

      public int groupCallId
      Identifier of the group call.
    • messageId

      public int messageId
      Message identifier.
    • error

      public TdApi.Error error
      The cause of the message sending failure.
    • CONSTRUCTOR

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

    • UpdateGroupCallMessageSendFailed

      public UpdateGroupCallMessageSendFailed()
      A group call message failed to send.
    • UpdateGroupCallMessageSendFailed

      public UpdateGroupCallMessageSendFailed(int groupCallId, int messageId, TdApi.Error error)
      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.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR