type github.com/gotd/td/tg.InputStorePaymentGiftPremium

33 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_gen.go#L238: type InputStorePaymentGiftPremium struct {
		tl_input_store_payment_purpose_gen.go#L260: func (i InputStorePaymentGiftPremium) construct() InputStorePaymentPurposeClass { return &i }
		tl_input_store_payment_purpose_gen.go#L264: 	_ bin.Encoder     = &InputStorePaymentGiftPremium{}
		tl_input_store_payment_purpose_gen.go#L265: 	_ bin.Decoder     = &InputStorePaymentGiftPremium{}
		tl_input_store_payment_purpose_gen.go#L266: 	_ bin.BareEncoder = &InputStorePaymentGiftPremium{}
		tl_input_store_payment_purpose_gen.go#L267: 	_ bin.BareDecoder = &InputStorePaymentGiftPremium{}
		tl_input_store_payment_purpose_gen.go#L269: 	_ InputStorePaymentPurposeClass = &InputStorePaymentGiftPremium{}
		tl_input_store_payment_purpose_gen.go#L272: func (i *InputStorePaymentGiftPremium) Zero() bool {
		tl_input_store_payment_purpose_gen.go#L290: func (i *InputStorePaymentGiftPremium) String() string {
		tl_input_store_payment_purpose_gen.go#L294: 	type Alias InputStorePaymentGiftPremium
		tl_input_store_payment_purpose_gen.go#L299: func (i *InputStorePaymentGiftPremium) FillFrom(from interface {
		tl_input_store_payment_purpose_gen.go#L312: func (*InputStorePaymentGiftPremium) TypeID() uint32 {
		tl_input_store_payment_purpose_gen.go#L317: func (*InputStorePaymentGiftPremium) TypeName() string {
		tl_input_store_payment_purpose_gen.go#L322: func (i *InputStorePaymentGiftPremium) TypeInfo() tdp.Type {
		tl_input_store_payment_purpose_gen.go#L349: func (i *InputStorePaymentGiftPremium) Encode(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L358: func (i *InputStorePaymentGiftPremium) EncodeBare(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L374: func (i *InputStorePaymentGiftPremium) Decode(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L385: func (i *InputStorePaymentGiftPremium) DecodeBare(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L414: func (i *InputStorePaymentGiftPremium) GetUserID() (value InputUserClass) {
		tl_input_store_payment_purpose_gen.go#L422: func (i *InputStorePaymentGiftPremium) GetCurrency() (value string) {
		tl_input_store_payment_purpose_gen.go#L430: func (i *InputStorePaymentGiftPremium) GetAmount() (value int64) {
		tl_input_store_payment_purpose_gen.go#L1354: 		v := InputStorePaymentGiftPremium{}
		tl_input_store_payment_purpose_slices_gen.go#L135: 		value, ok := elem.(*InputStorePaymentGiftPremium)
		tl_input_store_payment_purpose_slices_gen.go#L254: type InputStorePaymentGiftPremiumArray []InputStorePaymentGiftPremium
		tl_input_store_payment_purpose_slices_gen.go#L257: func (s InputStorePaymentGiftPremiumArray) Sort(less func(a, b InputStorePaymentGiftPremium) bool) InputStorePaymentGiftPremiumArray {
		tl_input_store_payment_purpose_slices_gen.go#L265: func (s InputStorePaymentGiftPremiumArray) SortStable(less func(a, b InputStorePaymentGiftPremium) bool) InputStorePaymentGiftPremiumArray {
		tl_input_store_payment_purpose_slices_gen.go#L273: func (s InputStorePaymentGiftPremiumArray) Retain(keep func(x InputStorePaymentGiftPremium) bool) InputStorePaymentGiftPremiumArray {
		tl_input_store_payment_purpose_slices_gen.go#L287: func (s InputStorePaymentGiftPremiumArray) First() (v InputStorePaymentGiftPremium, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L295: func (s InputStorePaymentGiftPremiumArray) Last() (v InputStorePaymentGiftPremium, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L303: func (s *InputStorePaymentGiftPremiumArray) PopFirst() (v InputStorePaymentGiftPremium, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L313: 	var zero InputStorePaymentGiftPremium
		tl_input_store_payment_purpose_slices_gen.go#L322: func (s *InputStorePaymentGiftPremiumArray) Pop() (v InputStorePaymentGiftPremium, ok bool) {
		tl_registry_gen.go#L4679: 		InputStorePaymentGiftPremiumTypeID:                                      func() bin.Object { return &InputStorePaymentGiftPremium{} },