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

12 uses

	github.com/gotd/td/tg (current package)
		tl_secure_value_error_slices_gen.go#L133: func (s SecureValueErrorClassArray) AsSecureValueErrorFrontSide() (to SecureValueErrorFrontSideArray) {
		tl_secure_value_error_slices_gen.go#L319: type SecureValueErrorFrontSideArray []SecureValueErrorFrontSide
		tl_secure_value_error_slices_gen.go#L322: func (s SecureValueErrorFrontSideArray) Sort(less func(a, b SecureValueErrorFrontSide) bool) SecureValueErrorFrontSideArray {
		tl_secure_value_error_slices_gen.go#L330: func (s SecureValueErrorFrontSideArray) SortStable(less func(a, b SecureValueErrorFrontSide) bool) SecureValueErrorFrontSideArray {
		tl_secure_value_error_slices_gen.go#L338: func (s SecureValueErrorFrontSideArray) Retain(keep func(x SecureValueErrorFrontSide) bool) SecureValueErrorFrontSideArray {
		tl_secure_value_error_slices_gen.go#L352: func (s SecureValueErrorFrontSideArray) First() (v SecureValueErrorFrontSide, ok bool) {
		tl_secure_value_error_slices_gen.go#L360: func (s SecureValueErrorFrontSideArray) Last() (v SecureValueErrorFrontSide, ok bool) {
		tl_secure_value_error_slices_gen.go#L368: func (s *SecureValueErrorFrontSideArray) PopFirst() (v SecureValueErrorFrontSide, ok bool) {
		tl_secure_value_error_slices_gen.go#L387: func (s *SecureValueErrorFrontSideArray) Pop() (v SecureValueErrorFrontSide, ok bool) {