Class TdApi.NotificationTypeNewCall

Enclosing class:
TdApi

public static 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:
      Constant Field Values
  • 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
      Throws:
      IOException
  • Method Details