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

12 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_slices_gen.go#L172: func (s AuthSentCodeTypeClassArray) AsAuthSentCodeTypeMissedCall() (to AuthSentCodeTypeMissedCallArray) {
		tl_auth_sent_code_type_slices_gen.go#L565: type AuthSentCodeTypeMissedCallArray []AuthSentCodeTypeMissedCall
		tl_auth_sent_code_type_slices_gen.go#L568: func (s AuthSentCodeTypeMissedCallArray) Sort(less func(a, b AuthSentCodeTypeMissedCall) bool) AuthSentCodeTypeMissedCallArray {
		tl_auth_sent_code_type_slices_gen.go#L576: func (s AuthSentCodeTypeMissedCallArray) SortStable(less func(a, b AuthSentCodeTypeMissedCall) bool) AuthSentCodeTypeMissedCallArray {
		tl_auth_sent_code_type_slices_gen.go#L584: func (s AuthSentCodeTypeMissedCallArray) Retain(keep func(x AuthSentCodeTypeMissedCall) bool) AuthSentCodeTypeMissedCallArray {
		tl_auth_sent_code_type_slices_gen.go#L598: func (s AuthSentCodeTypeMissedCallArray) First() (v AuthSentCodeTypeMissedCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L606: func (s AuthSentCodeTypeMissedCallArray) Last() (v AuthSentCodeTypeMissedCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L614: func (s *AuthSentCodeTypeMissedCallArray) PopFirst() (v AuthSentCodeTypeMissedCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L633: func (s *AuthSentCodeTypeMissedCallArray) Pop() (v AuthSentCodeTypeMissedCall, ok bool) {