type github.com/gotd/td/tg.SecureValueErrorSelfieArray
12 uses
github.com/gotd/td/tg (current package)
tl_secure_value_error_slices_gen.go#L159: func (s SecureValueErrorClassArray) AsSecureValueErrorSelfie() (to SecureValueErrorSelfieArray) {
tl_secure_value_error_slices_gen.go#L483: type SecureValueErrorSelfieArray []SecureValueErrorSelfie
tl_secure_value_error_slices_gen.go#L486: func (s SecureValueErrorSelfieArray) Sort(less func(a, b SecureValueErrorSelfie) bool) SecureValueErrorSelfieArray {
tl_secure_value_error_slices_gen.go#L494: func (s SecureValueErrorSelfieArray) SortStable(less func(a, b SecureValueErrorSelfie) bool) SecureValueErrorSelfieArray {
tl_secure_value_error_slices_gen.go#L502: func (s SecureValueErrorSelfieArray) Retain(keep func(x SecureValueErrorSelfie) bool) SecureValueErrorSelfieArray {
tl_secure_value_error_slices_gen.go#L516: func (s SecureValueErrorSelfieArray) First() (v SecureValueErrorSelfie, ok bool) {
tl_secure_value_error_slices_gen.go#L524: func (s SecureValueErrorSelfieArray) Last() (v SecureValueErrorSelfie, ok bool) {
tl_secure_value_error_slices_gen.go#L532: func (s *SecureValueErrorSelfieArray) PopFirst() (v SecureValueErrorSelfie, ok bool) {
tl_secure_value_error_slices_gen.go#L551: func (s *SecureValueErrorSelfieArray) Pop() (v SecureValueErrorSelfie, 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. |