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

12 uses

	github.com/gotd/td/tg (current package)
		tl_secure_value_error_slices_gen.go#L211: func (s SecureValueErrorClassArray) AsSecureValueErrorTranslationFile() (to SecureValueErrorTranslationFileArray) {
		tl_secure_value_error_slices_gen.go#L811: type SecureValueErrorTranslationFileArray []SecureValueErrorTranslationFile
		tl_secure_value_error_slices_gen.go#L814: func (s SecureValueErrorTranslationFileArray) Sort(less func(a, b SecureValueErrorTranslationFile) bool) SecureValueErrorTranslationFileArray {
		tl_secure_value_error_slices_gen.go#L822: func (s SecureValueErrorTranslationFileArray) SortStable(less func(a, b SecureValueErrorTranslationFile) bool) SecureValueErrorTranslationFileArray {
		tl_secure_value_error_slices_gen.go#L830: func (s SecureValueErrorTranslationFileArray) Retain(keep func(x SecureValueErrorTranslationFile) bool) SecureValueErrorTranslationFileArray {
		tl_secure_value_error_slices_gen.go#L844: func (s SecureValueErrorTranslationFileArray) First() (v SecureValueErrorTranslationFile, ok bool) {
		tl_secure_value_error_slices_gen.go#L852: func (s SecureValueErrorTranslationFileArray) Last() (v SecureValueErrorTranslationFile, ok bool) {
		tl_secure_value_error_slices_gen.go#L860: func (s *SecureValueErrorTranslationFileArray) PopFirst() (v SecureValueErrorTranslationFile, ok bool) {
		tl_secure_value_error_slices_gen.go#L879: func (s *SecureValueErrorTranslationFileArray) Pop() (v SecureValueErrorTranslationFile, ok bool) {