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#L591: type AuthSentCodeTypeMissedCallArray []AuthSentCodeTypeMissedCall
		tl_auth_sent_code_type_slices_gen.go#L594: func (s AuthSentCodeTypeMissedCallArray) Sort(less func(a, b AuthSentCodeTypeMissedCall) bool) AuthSentCodeTypeMissedCallArray {
		tl_auth_sent_code_type_slices_gen.go#L602: func (s AuthSentCodeTypeMissedCallArray) SortStable(less func(a, b AuthSentCodeTypeMissedCall) bool) AuthSentCodeTypeMissedCallArray {
		tl_auth_sent_code_type_slices_gen.go#L610: func (s AuthSentCodeTypeMissedCallArray) Retain(keep func(x AuthSentCodeTypeMissedCall) bool) AuthSentCodeTypeMissedCallArray {
		tl_auth_sent_code_type_slices_gen.go#L624: func (s AuthSentCodeTypeMissedCallArray) First() (v AuthSentCodeTypeMissedCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L632: func (s AuthSentCodeTypeMissedCallArray) Last() (v AuthSentCodeTypeMissedCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L640: func (s *AuthSentCodeTypeMissedCallArray) PopFirst() (v AuthSentCodeTypeMissedCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L659: func (s *AuthSentCodeTypeMissedCallArray) Pop() (v AuthSentCodeTypeMissedCall, ok bool) {