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

12 uses

	github.com/gotd/td/tg (current package)
		tl_secure_value_error_slices_gen.go#L185: func (s SecureValueErrorClassArray) AsSecureValueErrorFiles() (to SecureValueErrorFilesArray) {
		tl_secure_value_error_slices_gen.go#L647: type SecureValueErrorFilesArray []SecureValueErrorFiles
		tl_secure_value_error_slices_gen.go#L650: func (s SecureValueErrorFilesArray) Sort(less func(a, b SecureValueErrorFiles) bool) SecureValueErrorFilesArray {
		tl_secure_value_error_slices_gen.go#L658: func (s SecureValueErrorFilesArray) SortStable(less func(a, b SecureValueErrorFiles) bool) SecureValueErrorFilesArray {
		tl_secure_value_error_slices_gen.go#L666: func (s SecureValueErrorFilesArray) Retain(keep func(x SecureValueErrorFiles) bool) SecureValueErrorFilesArray {
		tl_secure_value_error_slices_gen.go#L680: func (s SecureValueErrorFilesArray) First() (v SecureValueErrorFiles, ok bool) {
		tl_secure_value_error_slices_gen.go#L688: func (s SecureValueErrorFilesArray) Last() (v SecureValueErrorFiles, ok bool) {
		tl_secure_value_error_slices_gen.go#L696: func (s *SecureValueErrorFilesArray) PopFirst() (v SecureValueErrorFiles, ok bool) {
		tl_secure_value_error_slices_gen.go#L715: func (s *SecureValueErrorFilesArray) Pop() (v SecureValueErrorFiles, ok bool) {