type github.com/gotd/td/tg.HelpTermsOfServiceUpdateEmptyArray
12 uses
github.com/gotd/td/tg (current package)
tl_help_terms_of_service_update_slices_gen.go#L120: func (s HelpTermsOfServiceUpdateClassArray) AsHelpTermsOfServiceUpdateEmpty() (to HelpTermsOfServiceUpdateEmptyArray) {
tl_help_terms_of_service_update_slices_gen.go#L201: type HelpTermsOfServiceUpdateEmptyArray []HelpTermsOfServiceUpdateEmpty
tl_help_terms_of_service_update_slices_gen.go#L204: func (s HelpTermsOfServiceUpdateEmptyArray) Sort(less func(a, b HelpTermsOfServiceUpdateEmpty) bool) HelpTermsOfServiceUpdateEmptyArray {
tl_help_terms_of_service_update_slices_gen.go#L212: func (s HelpTermsOfServiceUpdateEmptyArray) SortStable(less func(a, b HelpTermsOfServiceUpdateEmpty) bool) HelpTermsOfServiceUpdateEmptyArray {
tl_help_terms_of_service_update_slices_gen.go#L220: func (s HelpTermsOfServiceUpdateEmptyArray) Retain(keep func(x HelpTermsOfServiceUpdateEmpty) bool) HelpTermsOfServiceUpdateEmptyArray {
tl_help_terms_of_service_update_slices_gen.go#L234: func (s HelpTermsOfServiceUpdateEmptyArray) First() (v HelpTermsOfServiceUpdateEmpty, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L242: func (s HelpTermsOfServiceUpdateEmptyArray) Last() (v HelpTermsOfServiceUpdateEmpty, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L250: func (s *HelpTermsOfServiceUpdateEmptyArray) PopFirst() (v HelpTermsOfServiceUpdateEmpty, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L269: func (s *HelpTermsOfServiceUpdateEmptyArray) Pop() (v HelpTermsOfServiceUpdateEmpty, 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. |