Class TdApi.AcceptCall

Enclosing class:
TdApi

public static class TdApi.AcceptCall
extends TdApi.Function
Accepts an incoming call.

Returns Ok

  • Field Details

    • callId

      public int callId
      Call identifier.
    • protocol

      public TdApi.CallProtocol protocol
      Description of the call protocols supported by the application.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • AcceptCall

      public AcceptCall()
      Accepts an incoming call.

      Returns Ok

    • AcceptCall

      public AcceptCall​(int callId, TdApi.CallProtocol protocol)
      Accepts an incoming call.

      Returns Ok

      Parameters:
      callId - int Call identifier.
      protocol - CallProtocol Description of the call protocols supported by the application.
    • AcceptCall

      public AcceptCall​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details