Skip to content

payments.getUniqueStarGiftValueInfo

Layer 225

Constructor ID: 0x4365af6b
Returns: UniqueStarGiftValueInfo

Parameters

NameTypeDescription
slugstring

Example

go
result, err := client.Raw(&tg.GetUniqueStarGiftValueInfoRequest{
    slug: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.