type github.com/gotd/td/tg.AuthSentCodeTypeEmailCodeArray
12 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_slices_gen.go#L185: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeEmailCode() (to AuthSentCodeTypeEmailCodeArray) {
tl_auth_sent_code_type_slices_gen.go#L647: type AuthSentCodeTypeEmailCodeArray []AuthSentCodeTypeEmailCode
tl_auth_sent_code_type_slices_gen.go#L650: func (s AuthSentCodeTypeEmailCodeArray) Sort(less func(a, b AuthSentCodeTypeEmailCode) bool) AuthSentCodeTypeEmailCodeArray {
tl_auth_sent_code_type_slices_gen.go#L658: func (s AuthSentCodeTypeEmailCodeArray) SortStable(less func(a, b AuthSentCodeTypeEmailCode) bool) AuthSentCodeTypeEmailCodeArray {
tl_auth_sent_code_type_slices_gen.go#L666: func (s AuthSentCodeTypeEmailCodeArray) Retain(keep func(x AuthSentCodeTypeEmailCode) bool) AuthSentCodeTypeEmailCodeArray {
tl_auth_sent_code_type_slices_gen.go#L680: func (s AuthSentCodeTypeEmailCodeArray) First() (v AuthSentCodeTypeEmailCode, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L688: func (s AuthSentCodeTypeEmailCodeArray) Last() (v AuthSentCodeTypeEmailCode, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L696: func (s *AuthSentCodeTypeEmailCodeArray) PopFirst() (v AuthSentCodeTypeEmailCode, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L715: func (s *AuthSentCodeTypeEmailCodeArray) Pop() (v AuthSentCodeTypeEmailCode, ok bool) {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |