type github.com/gotd/td/tg.AuthSentCodeTypeAppArray
12 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_slices_gen.go#L120: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeApp() (to AuthSentCodeTypeAppArray) {
tl_auth_sent_code_type_slices_gen.go#L263: type AuthSentCodeTypeAppArray []AuthSentCodeTypeApp
tl_auth_sent_code_type_slices_gen.go#L266: func (s AuthSentCodeTypeAppArray) Sort(less func(a, b AuthSentCodeTypeApp) bool) AuthSentCodeTypeAppArray {
tl_auth_sent_code_type_slices_gen.go#L274: func (s AuthSentCodeTypeAppArray) SortStable(less func(a, b AuthSentCodeTypeApp) bool) AuthSentCodeTypeAppArray {
tl_auth_sent_code_type_slices_gen.go#L282: func (s AuthSentCodeTypeAppArray) Retain(keep func(x AuthSentCodeTypeApp) bool) AuthSentCodeTypeAppArray {
tl_auth_sent_code_type_slices_gen.go#L296: func (s AuthSentCodeTypeAppArray) First() (v AuthSentCodeTypeApp, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L304: func (s AuthSentCodeTypeAppArray) Last() (v AuthSentCodeTypeApp, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L312: func (s *AuthSentCodeTypeAppArray) PopFirst() (v AuthSentCodeTypeApp, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L331: func (s *AuthSentCodeTypeAppArray) Pop() (v AuthSentCodeTypeApp, 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. |