type github.com/gotd/td/tg.HelpCountriesListClass
19 uses
github.com/gotd/td/tg (current package)
tl_help_countries_list_gen.go#L45: func (c HelpCountriesListNotModified) construct() HelpCountriesListClass { return &c }
tl_help_countries_list_gen.go#L54: _ HelpCountriesListClass = &HelpCountriesListNotModified{}
tl_help_countries_list_gen.go#L154: func (c HelpCountriesList) construct() HelpCountriesListClass { return &c }
tl_help_countries_list_gen.go#L163: _ HelpCountriesListClass = &HelpCountriesList{}
tl_help_countries_list_gen.go#L334: type HelpCountriesListClass interface {
tl_help_countries_list_gen.go#L339: construct() HelpCountriesListClass
tl_help_countries_list_gen.go#L367: func DecodeHelpCountriesList(buf *bin.Buffer) (HelpCountriesListClass, error) {
tl_help_countries_list_gen.go#L394: CountriesList HelpCountriesListClass
tl_help_countries_list_slices_gen.go#L38: type HelpCountriesListClassArray []HelpCountriesListClass
tl_help_countries_list_slices_gen.go#L41: func (s HelpCountriesListClassArray) Sort(less func(a, b HelpCountriesListClass) bool) HelpCountriesListClassArray {
tl_help_countries_list_slices_gen.go#L49: func (s HelpCountriesListClassArray) SortStable(less func(a, b HelpCountriesListClass) bool) HelpCountriesListClassArray {
tl_help_countries_list_slices_gen.go#L57: func (s HelpCountriesListClassArray) Retain(keep func(x HelpCountriesListClass) bool) HelpCountriesListClassArray {
tl_help_countries_list_slices_gen.go#L71: func (s HelpCountriesListClassArray) First() (v HelpCountriesListClass, ok bool) {
tl_help_countries_list_slices_gen.go#L79: func (s HelpCountriesListClassArray) Last() (v HelpCountriesListClass, ok bool) {
tl_help_countries_list_slices_gen.go#L87: func (s *HelpCountriesListClassArray) PopFirst() (v HelpCountriesListClass, ok bool) {
tl_help_countries_list_slices_gen.go#L97: var zero HelpCountriesListClass
tl_help_countries_list_slices_gen.go#L106: func (s *HelpCountriesListClassArray) Pop() (v HelpCountriesListClass, ok bool) {
tl_help_get_countries_list_gen.go#L198: func (c *Client) HelpGetCountriesList(ctx context.Context, request *HelpGetCountriesListRequest) (HelpCountriesListClass, error) {
tl_server_gen.go#L6722: func (s *ServerDispatcher) OnHelpGetCountriesList(f func(ctx context.Context, request *HelpGetCountriesListRequest) (HelpCountriesListClass, 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. |