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

12 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_slices_gen.go#L146: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeCall() (to AuthSentCodeTypeCallArray) {
		tl_auth_sent_code_type_slices_gen.go#L427: type AuthSentCodeTypeCallArray []AuthSentCodeTypeCall
		tl_auth_sent_code_type_slices_gen.go#L430: func (s AuthSentCodeTypeCallArray) Sort(less func(a, b AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
		tl_auth_sent_code_type_slices_gen.go#L438: func (s AuthSentCodeTypeCallArray) SortStable(less func(a, b AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
		tl_auth_sent_code_type_slices_gen.go#L446: func (s AuthSentCodeTypeCallArray) Retain(keep func(x AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
		tl_auth_sent_code_type_slices_gen.go#L460: func (s AuthSentCodeTypeCallArray) First() (v AuthSentCodeTypeCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L468: func (s AuthSentCodeTypeCallArray) Last() (v AuthSentCodeTypeCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L476: func (s *AuthSentCodeTypeCallArray) PopFirst() (v AuthSentCodeTypeCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L495: func (s *AuthSentCodeTypeCallArray) Pop() (v AuthSentCodeTypeCall, ok bool) {