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#L509: type AuthSentCodeTypeFlashCallArray []AuthSentCodeTypeFlashCall
		tl_auth_sent_code_type_slices_gen.go#L512: func (s AuthSentCodeTypeFlashCallArray) Sort(less func(a, b AuthSentCodeTypeFlashCall) bool) AuthSentCodeTypeFlashCallArray {
		tl_auth_sent_code_type_slices_gen.go#L520: func (s AuthSentCodeTypeFlashCallArray) SortStable(less func(a, b AuthSentCodeTypeFlashCall) bool) AuthSentCodeTypeFlashCallArray {
		tl_auth_sent_code_type_slices_gen.go#L528: func (s AuthSentCodeTypeFlashCallArray) Retain(keep func(x AuthSentCodeTypeFlashCall) bool) AuthSentCodeTypeFlashCallArray {
		tl_auth_sent_code_type_slices_gen.go#L542: func (s AuthSentCodeTypeFlashCallArray) First() (v AuthSentCodeTypeFlashCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L550: func (s AuthSentCodeTypeFlashCallArray) Last() (v AuthSentCodeTypeFlashCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L558: func (s *AuthSentCodeTypeFlashCallArray) PopFirst() (v AuthSentCodeTypeFlashCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L577: func (s *AuthSentCodeTypeFlashCallArray) Pop() (v AuthSentCodeTypeFlashCall, ok bool) {