type github.com/gotd/td/tg.InputStorePaymentPremiumGiftCode
37 uses
github.com/gotd/td/tg (current package)
tl_input_store_payment_purpose_gen.go#L446: type InputStorePaymentPremiumGiftCode struct {
tl_input_store_payment_purpose_gen.go#L488: func (i InputStorePaymentPremiumGiftCode) construct() InputStorePaymentPurposeClass { return &i }
tl_input_store_payment_purpose_gen.go#L492: _ bin.Encoder = &InputStorePaymentPremiumGiftCode{}
tl_input_store_payment_purpose_gen.go#L493: _ bin.Decoder = &InputStorePaymentPremiumGiftCode{}
tl_input_store_payment_purpose_gen.go#L494: _ bin.BareEncoder = &InputStorePaymentPremiumGiftCode{}
tl_input_store_payment_purpose_gen.go#L495: _ bin.BareDecoder = &InputStorePaymentPremiumGiftCode{}
tl_input_store_payment_purpose_gen.go#L497: _ InputStorePaymentPurposeClass = &InputStorePaymentPremiumGiftCode{}
tl_input_store_payment_purpose_gen.go#L500: func (i *InputStorePaymentPremiumGiftCode) Zero() bool {
tl_input_store_payment_purpose_gen.go#L524: func (i *InputStorePaymentPremiumGiftCode) String() string {
tl_input_store_payment_purpose_gen.go#L528: type Alias InputStorePaymentPremiumGiftCode
tl_input_store_payment_purpose_gen.go#L533: func (i *InputStorePaymentPremiumGiftCode) FillFrom(from interface {
tl_input_store_payment_purpose_gen.go#L551: func (*InputStorePaymentPremiumGiftCode) TypeID() uint32 {
tl_input_store_payment_purpose_gen.go#L556: func (*InputStorePaymentPremiumGiftCode) TypeName() string {
tl_input_store_payment_purpose_gen.go#L561: func (i *InputStorePaymentPremiumGiftCode) TypeInfo() tdp.Type {
tl_input_store_payment_purpose_gen.go#L593: func (i *InputStorePaymentPremiumGiftCode) SetFlags() {
tl_input_store_payment_purpose_gen.go#L600: func (i *InputStorePaymentPremiumGiftCode) Encode(b *bin.Buffer) error {
tl_input_store_payment_purpose_gen.go#L609: func (i *InputStorePaymentPremiumGiftCode) EncodeBare(b *bin.Buffer) error {
tl_input_store_payment_purpose_gen.go#L640: func (i *InputStorePaymentPremiumGiftCode) Decode(b *bin.Buffer) error {
tl_input_store_payment_purpose_gen.go#L651: func (i *InputStorePaymentPremiumGiftCode) DecodeBare(b *bin.Buffer) error {
tl_input_store_payment_purpose_gen.go#L702: func (i *InputStorePaymentPremiumGiftCode) GetUsers() (value []InputUserClass) {
tl_input_store_payment_purpose_gen.go#L710: func (i *InputStorePaymentPremiumGiftCode) SetBoostPeer(value InputPeerClass) {
tl_input_store_payment_purpose_gen.go#L717: func (i *InputStorePaymentPremiumGiftCode) GetBoostPeer() (value InputPeerClass, ok bool) {
tl_input_store_payment_purpose_gen.go#L728: func (i *InputStorePaymentPremiumGiftCode) GetCurrency() (value string) {
tl_input_store_payment_purpose_gen.go#L736: func (i *InputStorePaymentPremiumGiftCode) GetAmount() (value int64) {
tl_input_store_payment_purpose_gen.go#L744: func (i *InputStorePaymentPremiumGiftCode) MapUsers() (value InputUserClassArray) {
tl_input_store_payment_purpose_gen.go#L1361: v := InputStorePaymentPremiumGiftCode{}
tl_input_store_payment_purpose_slices_gen.go#L148: value, ok := elem.(*InputStorePaymentPremiumGiftCode)
tl_input_store_payment_purpose_slices_gen.go#L336: type InputStorePaymentPremiumGiftCodeArray []InputStorePaymentPremiumGiftCode
tl_input_store_payment_purpose_slices_gen.go#L339: func (s InputStorePaymentPremiumGiftCodeArray) Sort(less func(a, b InputStorePaymentPremiumGiftCode) bool) InputStorePaymentPremiumGiftCodeArray {
tl_input_store_payment_purpose_slices_gen.go#L347: func (s InputStorePaymentPremiumGiftCodeArray) SortStable(less func(a, b InputStorePaymentPremiumGiftCode) bool) InputStorePaymentPremiumGiftCodeArray {
tl_input_store_payment_purpose_slices_gen.go#L355: func (s InputStorePaymentPremiumGiftCodeArray) Retain(keep func(x InputStorePaymentPremiumGiftCode) bool) InputStorePaymentPremiumGiftCodeArray {
tl_input_store_payment_purpose_slices_gen.go#L369: func (s InputStorePaymentPremiumGiftCodeArray) First() (v InputStorePaymentPremiumGiftCode, ok bool) {
tl_input_store_payment_purpose_slices_gen.go#L377: func (s InputStorePaymentPremiumGiftCodeArray) Last() (v InputStorePaymentPremiumGiftCode, ok bool) {
tl_input_store_payment_purpose_slices_gen.go#L385: func (s *InputStorePaymentPremiumGiftCodeArray) PopFirst() (v InputStorePaymentPremiumGiftCode, ok bool) {
tl_input_store_payment_purpose_slices_gen.go#L395: var zero InputStorePaymentPremiumGiftCode
tl_input_store_payment_purpose_slices_gen.go#L404: func (s *InputStorePaymentPremiumGiftCodeArray) Pop() (v InputStorePaymentPremiumGiftCode, ok bool) {
tl_registry_gen.go#L4680: InputStorePaymentPremiumGiftCodeTypeID: func() bin.Object { return &InputStorePaymentPremiumGiftCode{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |