Class TdApi.CreateCall

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      TdApi.CallProtocol protocol
      Description of the call protocols supported by the client.
      int userId
      Identifier of the user to be called.
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateCall()
      Default constructor.
      CreateCall​(int userId, TdApi.CallProtocol protocol)
      Constructor for initialization of all fields.
    • Field Detail

      • userId

        public int userId
        Identifier of the user to be called.
      • protocol

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

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CreateCall

        public CreateCall()
        Default constructor.
      • CreateCall

        public CreateCall​(int userId,
                          TdApi.CallProtocol protocol)
        Constructor for initialization of all fields.
        Parameters:
        userId - Identifier of the user to be called.
        protocol - Description of the call protocols supported by the client.