Class TdApi.SendCallRating

  • Enclosing class:
    TdApi

    public static class TdApi.SendCallRating
    extends TdApi.Function
    Sends a call rating.

    Returns Ok

    • Field Detail

      • callId

        public int callId
        Call identifier.
      • rating

        public int rating
        Call rating; 1-5.
      • comment

        public String comment
        An optional user comment if the rating is less than 5.
      • problems

        public TdApi.CallProblem[] problems
        List of the exact types of problems with the call, specified by the user.
      • CONSTRUCTOR

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

      • SendCallRating

        public SendCallRating()
        Default constructor for a function, which sends a call rating.

        Returns Ok

      • SendCallRating

        public SendCallRating​(int callId,
                              int rating,
                              String comment,
                              TdApi.CallProblem[] problems)
        Creates a function, which sends a call rating.

        Returns Ok

        Parameters:
        callId - Call identifier.
        rating - Call rating; 1-5.
        comment - An optional user comment if the rating is less than 5.
        problems - List of the exact types of problems with the call, specified by the user.