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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |