type github.com/gotd/td/tg.HelpTermsOfServiceUpdateArray
12 uses
github.com/gotd/td/tg (current package)
tl_help_terms_of_service_update_slices_gen.go#L133: func (s HelpTermsOfServiceUpdateClassArray) AsHelpTermsOfServiceUpdate() (to HelpTermsOfServiceUpdateArray) {
tl_help_terms_of_service_update_slices_gen.go#L283: type HelpTermsOfServiceUpdateArray []HelpTermsOfServiceUpdate
tl_help_terms_of_service_update_slices_gen.go#L286: func (s HelpTermsOfServiceUpdateArray) Sort(less func(a, b HelpTermsOfServiceUpdate) bool) HelpTermsOfServiceUpdateArray {
tl_help_terms_of_service_update_slices_gen.go#L294: func (s HelpTermsOfServiceUpdateArray) SortStable(less func(a, b HelpTermsOfServiceUpdate) bool) HelpTermsOfServiceUpdateArray {
tl_help_terms_of_service_update_slices_gen.go#L302: func (s HelpTermsOfServiceUpdateArray) Retain(keep func(x HelpTermsOfServiceUpdate) bool) HelpTermsOfServiceUpdateArray {
tl_help_terms_of_service_update_slices_gen.go#L316: func (s HelpTermsOfServiceUpdateArray) First() (v HelpTermsOfServiceUpdate, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L324: func (s HelpTermsOfServiceUpdateArray) Last() (v HelpTermsOfServiceUpdate, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L332: func (s *HelpTermsOfServiceUpdateArray) PopFirst() (v HelpTermsOfServiceUpdate, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L351: func (s *HelpTermsOfServiceUpdateArray) Pop() (v HelpTermsOfServiceUpdate, 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. |