Module tdlight.api

Class TdApi.SetName

Enclosing class:
TdApi

public static final class TdApi.SetName extends TdApi.Function<TdApi.Ok>
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:
  • 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
      Changes the first and last name of the current user. Returns Ok
      Throws:
      IOException
  • Method Details