type github.com/gotd/td/tg.SecureValueErrorFileArray
12 uses
github.com/gotd/td/tg (current package)
tl_secure_value_error_slices_gen.go#L172: func (s SecureValueErrorClassArray) AsSecureValueErrorFile() (to SecureValueErrorFileArray) {
tl_secure_value_error_slices_gen.go#L565: type SecureValueErrorFileArray []SecureValueErrorFile
tl_secure_value_error_slices_gen.go#L568: func (s SecureValueErrorFileArray) Sort(less func(a, b SecureValueErrorFile) bool) SecureValueErrorFileArray {
tl_secure_value_error_slices_gen.go#L576: func (s SecureValueErrorFileArray) SortStable(less func(a, b SecureValueErrorFile) bool) SecureValueErrorFileArray {
tl_secure_value_error_slices_gen.go#L584: func (s SecureValueErrorFileArray) Retain(keep func(x SecureValueErrorFile) bool) SecureValueErrorFileArray {
tl_secure_value_error_slices_gen.go#L598: func (s SecureValueErrorFileArray) First() (v SecureValueErrorFile, ok bool) {
tl_secure_value_error_slices_gen.go#L606: func (s SecureValueErrorFileArray) Last() (v SecureValueErrorFile, ok bool) {
tl_secure_value_error_slices_gen.go#L614: func (s *SecureValueErrorFileArray) PopFirst() (v SecureValueErrorFile, ok bool) {
tl_secure_value_error_slices_gen.go#L633: func (s *SecureValueErrorFileArray) Pop() (v SecureValueErrorFile, 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. |