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

35 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_gen.go#L38: type InputStorePaymentPremiumSubscription struct {
		tl_input_store_payment_purpose_gen.go#L55: func (i InputStorePaymentPremiumSubscription) construct() InputStorePaymentPurposeClass { return &i }
		tl_input_store_payment_purpose_gen.go#L59: 	_ bin.Encoder     = &InputStorePaymentPremiumSubscription{}
		tl_input_store_payment_purpose_gen.go#L60: 	_ bin.Decoder     = &InputStorePaymentPremiumSubscription{}
		tl_input_store_payment_purpose_gen.go#L61: 	_ bin.BareEncoder = &InputStorePaymentPremiumSubscription{}
		tl_input_store_payment_purpose_gen.go#L62: 	_ bin.BareDecoder = &InputStorePaymentPremiumSubscription{}
		tl_input_store_payment_purpose_gen.go#L64: 	_ InputStorePaymentPurposeClass = &InputStorePaymentPremiumSubscription{}
		tl_input_store_payment_purpose_gen.go#L67: func (i *InputStorePaymentPremiumSubscription) Zero() bool {
		tl_input_store_payment_purpose_gen.go#L85: func (i *InputStorePaymentPremiumSubscription) String() string {
		tl_input_store_payment_purpose_gen.go#L89: 	type Alias InputStorePaymentPremiumSubscription
		tl_input_store_payment_purpose_gen.go#L94: func (i *InputStorePaymentPremiumSubscription) FillFrom(from interface {
		tl_input_store_payment_purpose_gen.go#L105: func (*InputStorePaymentPremiumSubscription) TypeID() uint32 {
		tl_input_store_payment_purpose_gen.go#L110: func (*InputStorePaymentPremiumSubscription) TypeName() string {
		tl_input_store_payment_purpose_gen.go#L115: func (i *InputStorePaymentPremiumSubscription) TypeInfo() tdp.Type {
		tl_input_store_payment_purpose_gen.go#L140: func (i *InputStorePaymentPremiumSubscription) SetFlags() {
		tl_input_store_payment_purpose_gen.go#L150: func (i *InputStorePaymentPremiumSubscription) Encode(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L159: func (i *InputStorePaymentPremiumSubscription) EncodeBare(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L171: func (i *InputStorePaymentPremiumSubscription) Decode(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L182: func (i *InputStorePaymentPremiumSubscription) DecodeBare(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L197: func (i *InputStorePaymentPremiumSubscription) SetRestore(value bool) {
		tl_input_store_payment_purpose_gen.go#L208: func (i *InputStorePaymentPremiumSubscription) GetRestore() (value bool) {
		tl_input_store_payment_purpose_gen.go#L216: func (i *InputStorePaymentPremiumSubscription) SetUpgrade(value bool) {
		tl_input_store_payment_purpose_gen.go#L227: func (i *InputStorePaymentPremiumSubscription) GetUpgrade() (value bool) {
		tl_input_store_payment_purpose_gen.go#L1347: 		v := InputStorePaymentPremiumSubscription{}
		tl_input_store_payment_purpose_slices_gen.go#L122: 		value, ok := elem.(*InputStorePaymentPremiumSubscription)
		tl_input_store_payment_purpose_slices_gen.go#L172: type InputStorePaymentPremiumSubscriptionArray []InputStorePaymentPremiumSubscription
		tl_input_store_payment_purpose_slices_gen.go#L175: func (s InputStorePaymentPremiumSubscriptionArray) Sort(less func(a, b InputStorePaymentPremiumSubscription) bool) InputStorePaymentPremiumSubscriptionArray {
		tl_input_store_payment_purpose_slices_gen.go#L183: func (s InputStorePaymentPremiumSubscriptionArray) SortStable(less func(a, b InputStorePaymentPremiumSubscription) bool) InputStorePaymentPremiumSubscriptionArray {
		tl_input_store_payment_purpose_slices_gen.go#L191: func (s InputStorePaymentPremiumSubscriptionArray) Retain(keep func(x InputStorePaymentPremiumSubscription) bool) InputStorePaymentPremiumSubscriptionArray {
		tl_input_store_payment_purpose_slices_gen.go#L205: func (s InputStorePaymentPremiumSubscriptionArray) First() (v InputStorePaymentPremiumSubscription, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L213: func (s InputStorePaymentPremiumSubscriptionArray) Last() (v InputStorePaymentPremiumSubscription, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L221: func (s *InputStorePaymentPremiumSubscriptionArray) PopFirst() (v InputStorePaymentPremiumSubscription, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L231: 	var zero InputStorePaymentPremiumSubscription
		tl_input_store_payment_purpose_slices_gen.go#L240: func (s *InputStorePaymentPremiumSubscriptionArray) Pop() (v InputStorePaymentPremiumSubscription, ok bool) {
		tl_registry_gen.go#L4678: 		InputStorePaymentPremiumSubscriptionTypeID:                              func() bin.Object { return &InputStorePaymentPremiumSubscription{} },