UserInputById

class UserInputById[source]

Reference to a user by id.

user_id: int

The id of the user.

by: Literal['id'] = 'id'

Discriminator selecting the by-id variant. Optional on the wire; defaults server-side to ‘id’.