Layer 224
MessageActionSuggestBirthday
A new birthday was suggested using users. suggest Birthday, see here for more info on birthdays in the API.
constructor
messageActionSuggestBirthday#2c8f2a25 birthday:Birthday = MessageAction;
Parameters
| Name | Type | Description |
|---|---|---|
| Birthday | Birthday | The suggested birthday. |
Returns
MessageActionGogram Example
// Creating MessageActionSuggestBirthday constructor obj := &tg.MessageActionSuggestBirthday{ Birthday: &tg.Birthday{}, }