Layer 224
UsersSuggestBirthday
Suggest a birthday to another user, see here for more info on birthdays in the API.
method
Users
users.suggestBirthday#fc533372 id:InputUser birthday:Birthday = Updates;
Parameters
Returns
UpdatesGogram Example
// UsersSuggestBirthday - positional arguments result, err := client.UsersSuggestBirthday(&tg.InputUserSelf{}, &tg.Birthday{}) if err != nil { // handle error } // result is *tg.Updates
Possible Errors
| Code | Type | Description |
|---|---|---|
| 400 | USER_ID_INVALID | The provided user ID is invalid. |