Skip to content

SharedUser

Type · TDLib 1.8.67 · d1085f9c

Contains information about a user shared with a bot

SharedUser(
  user_id: int53,
  first_name: string,
  last_name: string,
  username: string,
  photo: Photo
) → SharedUser

user_id

int53

User identifier

first_name

string

First name of the user; for bots only

last_name

string

Last name of the user; for bots only

username

string

Username of the user; for bots only

photo

Photo

Profile photo of the user; for bots only; may be null