Skip to content

payments.getStarsTransactionsByID

Layer 225

Constructor ID: 0x2dca16b8
Returns: StarsStatus

Parameters

NameTypeDescription
tonbool (flags.0, optional)
peerInputPeer
id[]InputStarsTransaction

Example

go
result, err := client.Raw(&tg.GetStarsTransactionsByIDRequest{
    ton: false,
    peer: nil, // InputPeer
    id: nil,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.