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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_store_payment_purpose_slices_gen.go#L211: func (s InputStorePaymentPurposeClassArray) AsInputStorePaymentAuthCode() (to InputStorePaymentAuthCodeArray) {
		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#L866: func (s *InputStorePaymentAuthCodeArray) Pop() (v InputStorePaymentAuthCode, ok bool) {