Skip to content

payments.createStarGiftCollection

Layer 225

Constructor ID: 0x1f4a0e87
Returns: StarGiftCollection

Parameters

NameTypeDescription
peerInputPeer
titlestring
stargift[]InputSavedStarGift

Example

go
result, err := client.Raw(&tg.CreateStarGiftCollectionRequest{
    peer: nil, // InputPeer
    title: "",
    stargift: nil,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.