Class TdApi.CallId

  • Enclosing class:
    TdApi

    public static class TdApi.CallId
    extends TdApi.Object
    Contains the call identifier.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      int id
      Call identifier.
    • Constructor Summary

      Constructors 
      Constructor Description
      CallId()
      Default constructor.
      CallId​(int id)
      Constructor for initialization of all fields.
    • Field Detail

      • id

        public int id
        Call identifier.
      • CONSTRUCTOR

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

      • CallId

        public CallId()
        Default constructor.
      • CallId

        public CallId​(int id)
        Constructor for initialization of all fields.
        Parameters:
        id - Call identifier.