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

34 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_gen.go#L1638: type InputStorePaymentStarsGift struct {
		tl_input_store_payment_purpose_gen.go#L1662: func (i InputStorePaymentStarsGift) construct() InputStorePaymentPurposeClass { return &i }
		tl_input_store_payment_purpose_gen.go#L1666: 	_ bin.Encoder     = &InputStorePaymentStarsGift{}
		tl_input_store_payment_purpose_gen.go#L1667: 	_ bin.Decoder     = &InputStorePaymentStarsGift{}
		tl_input_store_payment_purpose_gen.go#L1668: 	_ bin.BareEncoder = &InputStorePaymentStarsGift{}
		tl_input_store_payment_purpose_gen.go#L1669: 	_ bin.BareDecoder = &InputStorePaymentStarsGift{}
		tl_input_store_payment_purpose_gen.go#L1671: 	_ InputStorePaymentPurposeClass = &InputStorePaymentStarsGift{}
		tl_input_store_payment_purpose_gen.go#L1674: func (i *InputStorePaymentStarsGift) Zero() bool {
		tl_input_store_payment_purpose_gen.go#L1695: func (i *InputStorePaymentStarsGift) String() string {
		tl_input_store_payment_purpose_gen.go#L1699: 	type Alias InputStorePaymentStarsGift
		tl_input_store_payment_purpose_gen.go#L1704: func (i *InputStorePaymentStarsGift) FillFrom(from interface {
		tl_input_store_payment_purpose_gen.go#L1719: func (*InputStorePaymentStarsGift) TypeID() uint32 {
		tl_input_store_payment_purpose_gen.go#L1724: func (*InputStorePaymentStarsGift) TypeName() string {
		tl_input_store_payment_purpose_gen.go#L1729: func (i *InputStorePaymentStarsGift) TypeInfo() tdp.Type {
		tl_input_store_payment_purpose_gen.go#L1760: func (i *InputStorePaymentStarsGift) Encode(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L1769: func (i *InputStorePaymentStarsGift) EncodeBare(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L1786: func (i *InputStorePaymentStarsGift) Decode(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L1797: func (i *InputStorePaymentStarsGift) DecodeBare(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L1833: func (i *InputStorePaymentStarsGift) GetUserID() (value InputUserClass) {
		tl_input_store_payment_purpose_gen.go#L1841: func (i *InputStorePaymentStarsGift) GetStars() (value int64) {
		tl_input_store_payment_purpose_gen.go#L1849: func (i *InputStorePaymentStarsGift) GetCurrency() (value string) {
		tl_input_store_payment_purpose_gen.go#L1857: func (i *InputStorePaymentStarsGift) GetAmount() (value int64) {
		tl_input_store_payment_purpose_gen.go#L2883: 		v := InputStorePaymentStarsGift{}
		tl_input_store_payment_purpose_slices_gen.go#L187: 		value, ok := elem.(*InputStorePaymentStarsGift)
		tl_input_store_payment_purpose_slices_gen.go#L634: type InputStorePaymentStarsGiftArray []InputStorePaymentStarsGift
		tl_input_store_payment_purpose_slices_gen.go#L637: func (s InputStorePaymentStarsGiftArray) Sort(less func(a, b InputStorePaymentStarsGift) bool) InputStorePaymentStarsGiftArray {
		tl_input_store_payment_purpose_slices_gen.go#L645: func (s InputStorePaymentStarsGiftArray) SortStable(less func(a, b InputStorePaymentStarsGift) bool) InputStorePaymentStarsGiftArray {
		tl_input_store_payment_purpose_slices_gen.go#L653: func (s InputStorePaymentStarsGiftArray) Retain(keep func(x InputStorePaymentStarsGift) bool) InputStorePaymentStarsGiftArray {
		tl_input_store_payment_purpose_slices_gen.go#L667: func (s InputStorePaymentStarsGiftArray) First() (v InputStorePaymentStarsGift, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L675: func (s InputStorePaymentStarsGiftArray) Last() (v InputStorePaymentStarsGift, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L683: func (s *InputStorePaymentStarsGiftArray) PopFirst() (v InputStorePaymentStarsGift, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L693: 	var zero InputStorePaymentStarsGift
		tl_input_store_payment_purpose_slices_gen.go#L702: func (s *InputStorePaymentStarsGiftArray) Pop() (v InputStorePaymentStarsGift, ok bool) {
		tl_registry_gen.go#L6133: 		InputStorePaymentStarsGiftTypeID:                                        func() bin.Object { return &InputStorePaymentStarsGift{} },