Module tdlight.api

Class TdApi.NotificationTypeNewCall

Enclosing class:
TdApi

public static final class TdApi.NotificationTypeNewCall extends TdApi.NotificationType
New call was received.
  • Field Details

    • callId

      public int callId
      Call identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • NotificationTypeNewCall

      public NotificationTypeNewCall()
      New call was received.
    • NotificationTypeNewCall

      public NotificationTypeNewCall(int callId)
      New call was received.
      Parameters:
      callId - int Call identifier.
    • NotificationTypeNewCall

      public NotificationTypeNewCall(DataInput input) throws IOException
      New call was received.
      Throws:
      IOException
  • Method Details