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

12 uses

	github.com/gotd/td/tg (current package)
		tl_secure_value_error_slices_gen.go#L198: func (s SecureValueErrorClassArray) AsSecureValueError() (to SecureValueErrorArray) {
		tl_secure_value_error_slices_gen.go#L729: type SecureValueErrorArray []SecureValueError
		tl_secure_value_error_slices_gen.go#L732: func (s SecureValueErrorArray) Sort(less func(a, b SecureValueError) bool) SecureValueErrorArray {
		tl_secure_value_error_slices_gen.go#L740: func (s SecureValueErrorArray) SortStable(less func(a, b SecureValueError) bool) SecureValueErrorArray {
		tl_secure_value_error_slices_gen.go#L748: func (s SecureValueErrorArray) Retain(keep func(x SecureValueError) bool) SecureValueErrorArray {
		tl_secure_value_error_slices_gen.go#L762: func (s SecureValueErrorArray) First() (v SecureValueError, ok bool) {
		tl_secure_value_error_slices_gen.go#L770: func (s SecureValueErrorArray) Last() (v SecureValueError, ok bool) {
		tl_secure_value_error_slices_gen.go#L778: func (s *SecureValueErrorArray) PopFirst() (v SecureValueError, ok bool) {
		tl_secure_value_error_slices_gen.go#L797: func (s *SecureValueErrorArray) Pop() (v SecureValueError, ok bool) {