Skip to content

payments.getStarsGiftOptions

Layer 225

Constructor ID: 0xd3c96bc8
Returns: StarsGiftOption

Parameters

NameTypeDescription
user_idInputUser (flags.0, optional)

Example

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

Released under the Apache-2.0 License.