type github.com/gotd/td/tg.AuthSentCodeTypeFlashCallArray
12 uses
github.com/gotd/td/tg (current package)
tl_auth_sent_code_type_slices_gen.go#L159: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeFlashCall() (to AuthSentCodeTypeFlashCallArray) {
tl_auth_sent_code_type_slices_gen.go#L483: type AuthSentCodeTypeFlashCallArray []AuthSentCodeTypeFlashCall
tl_auth_sent_code_type_slices_gen.go#L486: func (s AuthSentCodeTypeFlashCallArray) Sort(less func(a, b AuthSentCodeTypeFlashCall) bool) AuthSentCodeTypeFlashCallArray {
tl_auth_sent_code_type_slices_gen.go#L494: func (s AuthSentCodeTypeFlashCallArray) SortStable(less func(a, b AuthSentCodeTypeFlashCall) bool) AuthSentCodeTypeFlashCallArray {
tl_auth_sent_code_type_slices_gen.go#L502: func (s AuthSentCodeTypeFlashCallArray) Retain(keep func(x AuthSentCodeTypeFlashCall) bool) AuthSentCodeTypeFlashCallArray {
tl_auth_sent_code_type_slices_gen.go#L516: func (s AuthSentCodeTypeFlashCallArray) First() (v AuthSentCodeTypeFlashCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L524: func (s AuthSentCodeTypeFlashCallArray) Last() (v AuthSentCodeTypeFlashCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L532: func (s *AuthSentCodeTypeFlashCallArray) PopFirst() (v AuthSentCodeTypeFlashCall, ok bool) {
tl_auth_sent_code_type_slices_gen.go#L551: func (s *AuthSentCodeTypeFlashCallArray) Pop() (v AuthSentCodeTypeFlashCall, 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. |