Skip to content

contacts.getBirthdays

Layer 225

Constructor ID: 0xdaeda864
Returns: ContactBirthdays

Example

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

Released under the Apache-2.0 License.