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

38 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_gen.go#L2479: type InputStorePaymentAuthCode struct {
		tl_input_store_payment_purpose_gen.go#L2515: func (i InputStorePaymentAuthCode) construct() InputStorePaymentPurposeClass { return &i }
		tl_input_store_payment_purpose_gen.go#L2519: 	_ bin.Encoder     = &InputStorePaymentAuthCode{}
		tl_input_store_payment_purpose_gen.go#L2520: 	_ bin.Decoder     = &InputStorePaymentAuthCode{}
		tl_input_store_payment_purpose_gen.go#L2521: 	_ bin.BareEncoder = &InputStorePaymentAuthCode{}
		tl_input_store_payment_purpose_gen.go#L2522: 	_ bin.BareDecoder = &InputStorePaymentAuthCode{}
		tl_input_store_payment_purpose_gen.go#L2524: 	_ InputStorePaymentPurposeClass = &InputStorePaymentAuthCode{}
		tl_input_store_payment_purpose_gen.go#L2527: func (i *InputStorePaymentAuthCode) Zero() bool {
		tl_input_store_payment_purpose_gen.go#L2557: func (i *InputStorePaymentAuthCode) String() string {
		tl_input_store_payment_purpose_gen.go#L2561: 	type Alias InputStorePaymentAuthCode
		tl_input_store_payment_purpose_gen.go#L2566: func (i *InputStorePaymentAuthCode) FillFrom(from interface {
		tl_input_store_payment_purpose_gen.go#L2585: func (*InputStorePaymentAuthCode) TypeID() uint32 {
		tl_input_store_payment_purpose_gen.go#L2590: func (*InputStorePaymentAuthCode) TypeName() string {
		tl_input_store_payment_purpose_gen.go#L2595: func (i *InputStorePaymentAuthCode) TypeInfo() tdp.Type {
		tl_input_store_payment_purpose_gen.go#L2635: func (i *InputStorePaymentAuthCode) SetFlags() {
		tl_input_store_payment_purpose_gen.go#L2642: func (i *InputStorePaymentAuthCode) Encode(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L2651: func (i *InputStorePaymentAuthCode) EncodeBare(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L2668: func (i *InputStorePaymentAuthCode) Decode(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L2679: func (i *InputStorePaymentAuthCode) DecodeBare(b *bin.Buffer) error {
		tl_input_store_payment_purpose_gen.go#L2728: func (i *InputStorePaymentAuthCode) SetRestore(value bool) {
		tl_input_store_payment_purpose_gen.go#L2739: func (i *InputStorePaymentAuthCode) GetRestore() (value bool) {
		tl_input_store_payment_purpose_gen.go#L2747: func (i *InputStorePaymentAuthCode) GetPhoneNumber() (value string) {
		tl_input_store_payment_purpose_gen.go#L2755: func (i *InputStorePaymentAuthCode) GetPhoneCodeHash() (value string) {
		tl_input_store_payment_purpose_gen.go#L2763: func (i *InputStorePaymentAuthCode) GetPremiumDays() (value int) {
		tl_input_store_payment_purpose_gen.go#L2771: func (i *InputStorePaymentAuthCode) GetCurrency() (value string) {
		tl_input_store_payment_purpose_gen.go#L2779: func (i *InputStorePaymentAuthCode) GetAmount() (value int64) {
		tl_input_store_payment_purpose_gen.go#L2897: 		v := InputStorePaymentAuthCode{}
		tl_input_store_payment_purpose_slices_gen.go#L213: 		value, ok := elem.(*InputStorePaymentAuthCode)
		tl_input_store_payment_purpose_slices_gen.go#L798: type InputStorePaymentAuthCodeArray []InputStorePaymentAuthCode
		tl_input_store_payment_purpose_slices_gen.go#L801: func (s InputStorePaymentAuthCodeArray) Sort(less func(a, b InputStorePaymentAuthCode) bool) InputStorePaymentAuthCodeArray {
		tl_input_store_payment_purpose_slices_gen.go#L809: func (s InputStorePaymentAuthCodeArray) SortStable(less func(a, b InputStorePaymentAuthCode) bool) InputStorePaymentAuthCodeArray {
		tl_input_store_payment_purpose_slices_gen.go#L817: func (s InputStorePaymentAuthCodeArray) Retain(keep func(x InputStorePaymentAuthCode) bool) InputStorePaymentAuthCodeArray {
		tl_input_store_payment_purpose_slices_gen.go#L831: func (s InputStorePaymentAuthCodeArray) First() (v InputStorePaymentAuthCode, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L839: func (s InputStorePaymentAuthCodeArray) Last() (v InputStorePaymentAuthCode, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L847: func (s *InputStorePaymentAuthCodeArray) PopFirst() (v InputStorePaymentAuthCode, ok bool) {
		tl_input_store_payment_purpose_slices_gen.go#L857: 	var zero InputStorePaymentAuthCode
		tl_input_store_payment_purpose_slices_gen.go#L866: func (s *InputStorePaymentAuthCodeArray) Pop() (v InputStorePaymentAuthCode, ok bool) {
		tl_registry_gen.go#L6135: 		InputStorePaymentAuthCodeTypeID:                                         func() bin.Object { return &InputStorePaymentAuthCode{} },