Appearance
Layer 225
Constructor ID: 0x053ca973 Returns: Bool
0x053ca973
bot
InputUser
username
string
active
bool
result, err := client.Raw(&tg.ToggleUsernameRequest{ bot: nil, // InputUser username: "", active: false, }) if err != nil { panic(err) } print(result)