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 Details

    • 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
      See Also:
      Constant Field Values
  • Constructor Details

    • SetName

      public SetName()
      Changes the first and last name of the current user.

      Returns Ok

    • SetName

      public SetName​(String firstName, String lastName)
      Changes the first and last name of the current user.

      Returns Ok

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

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