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

39 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_gen.go#L447: type InputStorePaymentPremiumGiftCode struct {
		tl_input_store_payment_purpose_gen.go#L493: func (i InputStorePaymentPremiumGiftCode) construct() InputStorePaymentPurposeClass { return &i }
		tl_input_store_payment_purpose_gen.go#L497: 	_ bin.Encoder     = &InputStorePaymentPremiumGiftCode{}
		tl_input_store_payment_purpose_gen.go#L498: 	_ bin.Decoder     = &InputStorePaymentPremiumGiftCode{}
		tl_input_store_payment_purpose_gen.go#L499: 	_ bin.BareEncoder = &InputStorePaymentPremiumGiftCode{}
		tl_input_store_payment_purpose_gen.go#L500: 	_ bin.BareDecoder = &InputStorePaymentPremiumGiftCode{}
		tl_input_store_payment_purpose_gen.go#L502: 	_ InputStorePaymentPurposeClass = &InputStorePaymentPremiumGiftCode{}
		tl_input_store_payment_purpose_gen.go#L505: func (i *InputStorePaymentPremiumGiftCode) Zero() bool {
		tl_input_store_payment_purpose_gen.go#L532: func (i *InputStorePaymentPremiumGiftCode) String() string {
		tl_input_store_payment_purpose_gen.go#L536: 	type Alias InputStorePaymentPremiumGiftCode
		tl_input_store_payment_purpose_gen.go#L541: func (i *InputStorePaymentPremiumGiftCode) FillFrom(from interface {
		tl_input_store_payment_purpose_gen.go#L564: func (*InputStorePaymentPremiumGiftCode) TypeID() uint32 {
		tl_input_store_payment_purpose_gen.go#L569: func (*InputStorePaymentPremiumGiftCode) TypeName() string {
		tl_input_store_payment_purpose_gen.go#L574: func (i *InputStorePaymentPremiumGiftCode) TypeInfo() tdp.Type {
		tl_input_store_payment_purpose_gen.go#L611: func (i *InputStorePaymentPremiumGiftCode) SetFlags() {
		tl_input_store_payment_purpose_gen.go#L621: func (i *InputStorePaymentPremiumGiftCode) Encode(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L630: func (i *InputStorePaymentPremiumGiftCode) EncodeBare(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L666: func (i *InputStorePaymentPremiumGiftCode) Decode(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L677: func (i *InputStorePaymentPremiumGiftCode) DecodeBare(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L733: func (i *InputStorePaymentPremiumGiftCode) GetUsers() (value []InputUserClass) {
		tl_input_store_payment_purpose_gen.go#L741: func (i *InputStorePaymentPremiumGiftCode) SetBoostPeer(value InputPeerClass) {
		tl_input_store_payment_purpose_gen.go#L748: func (i *InputStorePaymentPremiumGiftCode) GetBoostPeer() (value InputPeerClass, ok bool) {
		tl_input_store_payment_purpose_gen.go#L759: func (i *InputStorePaymentPremiumGiftCode) GetCurrency() (value string) {
		tl_input_store_payment_purpose_gen.go#L767: func (i *InputStorePaymentPremiumGiftCode) GetAmount() (value int64) {
		tl_input_store_payment_purpose_gen.go#L775: func (i *InputStorePaymentPremiumGiftCode) SetMessage(value TextWithEntities) {
		tl_input_store_payment_purpose_gen.go#L782: func (i *InputStorePaymentPremiumGiftCode) GetMessage() (value TextWithEntities, ok bool) {
		tl_input_store_payment_purpose_gen.go#L793: func (i *InputStorePaymentPremiumGiftCode) MapUsers() (value InputUserClassArray) {
		tl_input_store_payment_purpose_gen.go#L2862: 		v := InputStorePaymentPremiumGiftCode{}
		tl_input_store_payment_purpose_slices_gen.go#L148: 		value, ok := elem.(*InputStorePaymentPremiumGiftCode)
		tl_input_store_payment_purpose_slices_gen.go#L388: type InputStorePaymentPremiumGiftCodeArray []InputStorePaymentPremiumGiftCode
		tl_input_store_payment_purpose_slices_gen.go#L391: func (s InputStorePaymentPremiumGiftCodeArray) Sort(less func(a, b InputStorePaymentPremiumGiftCode) bool) InputStorePaymentPremiumGiftCodeArray {
		tl_input_store_payment_purpose_slices_gen.go#L399: func (s InputStorePaymentPremiumGiftCodeArray) SortStable(less func(a, b InputStorePaymentPremiumGiftCode) bool) InputStorePaymentPremiumGiftCodeArray {
		tl_input_store_payment_purpose_slices_gen.go#L407: func (s InputStorePaymentPremiumGiftCodeArray) Retain(keep func(x InputStorePaymentPremiumGiftCode) bool) InputStorePaymentPremiumGiftCodeArray {
		tl_input_store_payment_purpose_slices_gen.go#L421: func (s InputStorePaymentPremiumGiftCodeArray) First() (v InputStorePaymentPremiumGiftCode, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L429: func (s InputStorePaymentPremiumGiftCodeArray) Last() (v InputStorePaymentPremiumGiftCode, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L437: func (s *InputStorePaymentPremiumGiftCodeArray) PopFirst() (v InputStorePaymentPremiumGiftCode, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L447: 	var zero InputStorePaymentPremiumGiftCode
		tl_input_store_payment_purpose_slices_gen.go#L456: func (s *InputStorePaymentPremiumGiftCodeArray) Pop() (v InputStorePaymentPremiumGiftCode, ok bool) {
		tl_registry_gen.go#L6130: 		InputStorePaymentPremiumGiftCodeTypeID:                                  func() bin.Object { return &InputStorePaymentPremiumGiftCode{} },