Link Search Menu Expand Document

danog\MadelineProto\EventHandler\User\Username

Back to index

Author: Daniil Gentili daniil@daniil.it

Changes were made to the user’s first name, last name or username.

Properties

  • $userId: int User identifier
  • $firstName: string New first name. Corresponds to the new value of real_first_name field of the userFull constructor.
  • $lastName: string New last name. Corresponds to the new value of real_last_name field of the userFull constructor.
  • $usernames: list<UsernameInfo> — Generated by danog/phpdoc