type github.com/gotd/td/tg.AuthSentCodePaymentRequiredArray
12 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_slices_gen.go#L146: func (s AuthSentCodeClassArray) AsAuthSentCodePaymentRequired() (to AuthSentCodePaymentRequiredArray) {
tl_auth_sent_code_slices_gen.go#L323: type AuthSentCodePaymentRequiredArray []AuthSentCodePaymentRequired
tl_auth_sent_code_slices_gen.go#L326: func (s AuthSentCodePaymentRequiredArray) Sort(less func(a, b AuthSentCodePaymentRequired) bool) AuthSentCodePaymentRequiredArray {
tl_auth_sent_code_slices_gen.go#L334: func (s AuthSentCodePaymentRequiredArray) SortStable(less func(a, b AuthSentCodePaymentRequired) bool) AuthSentCodePaymentRequiredArray {
tl_auth_sent_code_slices_gen.go#L342: func (s AuthSentCodePaymentRequiredArray) Retain(keep func(x AuthSentCodePaymentRequired) bool) AuthSentCodePaymentRequiredArray {
tl_auth_sent_code_slices_gen.go#L356: func (s AuthSentCodePaymentRequiredArray) First() (v AuthSentCodePaymentRequired, ok bool) {
tl_auth_sent_code_slices_gen.go#L364: func (s AuthSentCodePaymentRequiredArray) Last() (v AuthSentCodePaymentRequired, ok bool) {
tl_auth_sent_code_slices_gen.go#L372: func (s *AuthSentCodePaymentRequiredArray) PopFirst() (v AuthSentCodePaymentRequired, ok bool) {
tl_auth_sent_code_slices_gen.go#L391: func (s *AuthSentCodePaymentRequiredArray) Pop() (v AuthSentCodePaymentRequired, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |