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) {