Skip to content

payments.getStarsSubscriptions

Layer 225

Constructor ID: 0x032512c5
Returns: StarsStatus

Parameters

NameTypeDescription
missing_balancebool (flags.0, optional)
peerInputPeer
offsetstring

Example

go
result, err := client.Raw(&tg.GetStarsSubscriptionsRequest{
    missing_balance: false,
    peer: nil, // InputPeer
    offset: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.