type github.com/gotd/td/tg.HelpTermsOfServiceUpdateClass
19 uses
github.com/gotd/td/tg (current package)
tl_help_get_terms_of_service_update_gen.go#L135: func (c *Client) HelpGetTermsOfServiceUpdate(ctx context.Context) (HelpTermsOfServiceUpdateClass, error) {
tl_help_terms_of_service_update_gen.go#L51: func (t HelpTermsOfServiceUpdateEmpty) construct() HelpTermsOfServiceUpdateClass { return &t }
tl_help_terms_of_service_update_gen.go#L60: _ HelpTermsOfServiceUpdateClass = &HelpTermsOfServiceUpdateEmpty{}
tl_help_terms_of_service_update_gen.go#L197: func (t HelpTermsOfServiceUpdate) construct() HelpTermsOfServiceUpdateClass { return &t }
tl_help_terms_of_service_update_gen.go#L206: _ HelpTermsOfServiceUpdateClass = &HelpTermsOfServiceUpdate{}
tl_help_terms_of_service_update_gen.go#L362: type HelpTermsOfServiceUpdateClass interface {
tl_help_terms_of_service_update_gen.go#L367: construct() HelpTermsOfServiceUpdateClass
tl_help_terms_of_service_update_gen.go#L402: func DecodeHelpTermsOfServiceUpdate(buf *bin.Buffer) (HelpTermsOfServiceUpdateClass, error) {
tl_help_terms_of_service_update_gen.go#L429: TermsOfServiceUpdate HelpTermsOfServiceUpdateClass
tl_help_terms_of_service_update_slices_gen.go#L38: type HelpTermsOfServiceUpdateClassArray []HelpTermsOfServiceUpdateClass
tl_help_terms_of_service_update_slices_gen.go#L41: func (s HelpTermsOfServiceUpdateClassArray) Sort(less func(a, b HelpTermsOfServiceUpdateClass) bool) HelpTermsOfServiceUpdateClassArray {
tl_help_terms_of_service_update_slices_gen.go#L49: func (s HelpTermsOfServiceUpdateClassArray) SortStable(less func(a, b HelpTermsOfServiceUpdateClass) bool) HelpTermsOfServiceUpdateClassArray {
tl_help_terms_of_service_update_slices_gen.go#L57: func (s HelpTermsOfServiceUpdateClassArray) Retain(keep func(x HelpTermsOfServiceUpdateClass) bool) HelpTermsOfServiceUpdateClassArray {
tl_help_terms_of_service_update_slices_gen.go#L71: func (s HelpTermsOfServiceUpdateClassArray) First() (v HelpTermsOfServiceUpdateClass, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L79: func (s HelpTermsOfServiceUpdateClassArray) Last() (v HelpTermsOfServiceUpdateClass, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L87: func (s *HelpTermsOfServiceUpdateClassArray) PopFirst() (v HelpTermsOfServiceUpdateClass, ok bool) {
tl_help_terms_of_service_update_slices_gen.go#L97: var zero HelpTermsOfServiceUpdateClass
tl_help_terms_of_service_update_slices_gen.go#L106: func (s *HelpTermsOfServiceUpdateClassArray) Pop() (v HelpTermsOfServiceUpdateClass, ok bool) {
tl_server_gen.go#L6502: func (s *ServerDispatcher) OnHelpGetTermsOfServiceUpdate(f func(ctx context.Context) (HelpTermsOfServiceUpdateClass, error)) {
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. |