Skip to content

users.suggestBirthday

Layer 225

Constructor ID: 0xfc533372
Returns: Updates

Parameters

NameTypeDescription
idInputUser
birthdayBirthday

Example

go
result, err := client.Raw(&tg.SuggestBirthdayRequest{
    id: nil, // InputUser
    birthday: nil, // Birthday
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.