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#L401: type AuthSentCodeTypeCallArray []AuthSentCodeTypeCall
		tl_auth_sent_code_type_slices_gen.go#L404: func (s AuthSentCodeTypeCallArray) Sort(less func(a, b AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
		tl_auth_sent_code_type_slices_gen.go#L412: func (s AuthSentCodeTypeCallArray) SortStable(less func(a, b AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
		tl_auth_sent_code_type_slices_gen.go#L420: func (s AuthSentCodeTypeCallArray) Retain(keep func(x AuthSentCodeTypeCall) bool) AuthSentCodeTypeCallArray {
		tl_auth_sent_code_type_slices_gen.go#L434: func (s AuthSentCodeTypeCallArray) First() (v AuthSentCodeTypeCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L442: func (s AuthSentCodeTypeCallArray) Last() (v AuthSentCodeTypeCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L450: func (s *AuthSentCodeTypeCallArray) PopFirst() (v AuthSentCodeTypeCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L469: func (s *AuthSentCodeTypeCallArray) Pop() (v AuthSentCodeTypeCall, ok bool) {