Skip to content

payments.getStarsTransactions

Layer 225

Constructor ID: 0x69da4557
Returns: StarsStatus

Parameters

NameTypeDescription
inboundbool (flags.0, optional)
outboundbool (flags.1, optional)
ascendingbool (flags.2, optional)
tonbool (flags.4, optional)
subscription_idstring (flags.3, optional)
peerInputPeer
offsetstring
limitint32

Example

go
result, err := client.Raw(&tg.GetStarsTransactionsRequest{
    inbound: false,
    outbound: false,
    ascending: false,
    ton: false,
    subscription_id: "",
    peer: nil, // InputPeer
    offset: "",
    limit: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.