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) {