showUsername

Show a username in the current account, a bot account, a supergroup, or a channel’s profile. User-only.

PARAMETERS
id: ID

"me", a bot ID, a supergroup ID, or a channel ID.

username: string

The username to show.

RESULT
void
SYNTAX
await client.showUsername(id, username);