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

12 uses

	github.com/gotd/td/tg (current package)
		tl_secure_value_error_slices_gen.go#L120: func (s SecureValueErrorClassArray) AsSecureValueErrorData() (to SecureValueErrorDataArray) {
		tl_secure_value_error_slices_gen.go#L237: type SecureValueErrorDataArray []SecureValueErrorData
		tl_secure_value_error_slices_gen.go#L240: func (s SecureValueErrorDataArray) Sort(less func(a, b SecureValueErrorData) bool) SecureValueErrorDataArray {
		tl_secure_value_error_slices_gen.go#L248: func (s SecureValueErrorDataArray) SortStable(less func(a, b SecureValueErrorData) bool) SecureValueErrorDataArray {
		tl_secure_value_error_slices_gen.go#L256: func (s SecureValueErrorDataArray) Retain(keep func(x SecureValueErrorData) bool) SecureValueErrorDataArray {
		tl_secure_value_error_slices_gen.go#L270: func (s SecureValueErrorDataArray) First() (v SecureValueErrorData, ok bool) {
		tl_secure_value_error_slices_gen.go#L278: func (s SecureValueErrorDataArray) Last() (v SecureValueErrorData, ok bool) {
		tl_secure_value_error_slices_gen.go#L286: func (s *SecureValueErrorDataArray) PopFirst() (v SecureValueErrorData, ok bool) {
		tl_secure_value_error_slices_gen.go#L305: func (s *SecureValueErrorDataArray) Pop() (v SecureValueErrorData, ok bool) {