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#L237: type AuthSentCodeTypeAppArray []AuthSentCodeTypeApp
		tl_auth_sent_code_type_slices_gen.go#L240: func (s AuthSentCodeTypeAppArray) Sort(less func(a, b AuthSentCodeTypeApp) bool) AuthSentCodeTypeAppArray {
		tl_auth_sent_code_type_slices_gen.go#L248: func (s AuthSentCodeTypeAppArray) SortStable(less func(a, b AuthSentCodeTypeApp) bool) AuthSentCodeTypeAppArray {
		tl_auth_sent_code_type_slices_gen.go#L256: func (s AuthSentCodeTypeAppArray) Retain(keep func(x AuthSentCodeTypeApp) bool) AuthSentCodeTypeAppArray {
		tl_auth_sent_code_type_slices_gen.go#L270: func (s AuthSentCodeTypeAppArray) First() (v AuthSentCodeTypeApp, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L278: func (s AuthSentCodeTypeAppArray) Last() (v AuthSentCodeTypeApp, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L286: func (s *AuthSentCodeTypeAppArray) PopFirst() (v AuthSentCodeTypeApp, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L305: func (s *AuthSentCodeTypeAppArray) Pop() (v AuthSentCodeTypeApp, ok bool) {