Class TdApi.RegisterUser

Enclosing class:
TdApi

public static class TdApi.RegisterUser extends TdApi.Function<TdApi.Ok>
Finishes user registration. Works only when the current authorization state is authorizationStateWaitRegistration.

Returns Ok

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Identifier uniquely determining type of the object.
    boolean
    Pass true to disable notification about the current user joining Telegram for other users that added them to contact list.
    The first name of the user; 1-64 characters.
    The last name of the user; 0-64 characters.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor for a function, which finishes user registration.
    RegisterUser(String firstName, String lastName, boolean disableNotification)
    Creates a function, which finishes user registration.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class dev.voroby.springframework.telegram.client.TdApi.Function

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • firstName

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

      public String lastName
      The last name of the user; 0-64 characters.
    • disableNotification

      public boolean disableNotification
      Pass true to disable notification about the current user joining Telegram for other users that added them to contact list.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • RegisterUser

      public RegisterUser()
      Default constructor for a function, which finishes user registration. Works only when the current authorization state is authorizationStateWaitRegistration.

      Returns Ok

    • RegisterUser

      public RegisterUser(String firstName, String lastName, boolean disableNotification)
      Creates a function, which finishes user registration. Works only when the current authorization state is authorizationStateWaitRegistration.

      Returns Ok

      Parameters:
      firstName - The first name of the user; 1-64 characters.
      lastName - The last name of the user; 0-64 characters.
      disableNotification - Pass true to disable notification about the current user joining Telegram for other users that added them to contact list.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR