Class TdApi.SetName

  • Enclosing class:
    TdApi

    public static class TdApi.SetName
    extends TdApi.Function
    Changes the first and last name of the current user.

    Returns Ok

    • Field Detail

      • firstName

        public String firstName
        The new value of the first name for the current user; 1-64 characters.
      • lastName

        public String lastName
        The new value of the optional last name for the current user; 0-64 characters.
      • CONSTRUCTOR

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

      • SetName

        public SetName()
        Default constructor for a function, which changes the first and last name of the current user.

        Returns Ok

      • SetName

        public SetName​(String firstName,
                       String lastName)
        Creates a function, which changes the first and last name of the current user.

        Returns Ok

        Parameters:
        firstName - The new value of the first name for the current user; 1-64 characters.
        lastName - The new value of the optional last name for the current user; 0-64 characters.