Skip to content

help.getUserInfo

Layer 225

Constructor ID: 0x038a08d3
Returns: UserInfo

Parameters

NameTypeDescription
user_idInputUser

Example

go
result, err := client.Raw(&tg.GetUserInfoRequest{
    user_id: nil, // InputUser
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.