type github.com/gotd/td/tg.HelpAppConfigClass
19 uses
github.com/gotd/td/tg (current package)
tl_help_app_config_gen.go#L45: func (a HelpAppConfigNotModified) construct() HelpAppConfigClass { return &a }
tl_help_app_config_gen.go#L54: _ HelpAppConfigClass = &HelpAppConfigNotModified{}
tl_help_app_config_gen.go#L160: func (a HelpAppConfig) construct() HelpAppConfigClass { return &a }
tl_help_app_config_gen.go#L169: _ HelpAppConfigClass = &HelpAppConfig{}
tl_help_app_config_gen.go#L334: type HelpAppConfigClass interface {
tl_help_app_config_gen.go#L339: construct() HelpAppConfigClass
tl_help_app_config_gen.go#L367: func DecodeHelpAppConfig(buf *bin.Buffer) (HelpAppConfigClass, error) {
tl_help_app_config_gen.go#L394: AppConfig HelpAppConfigClass
tl_help_app_config_slices_gen.go#L38: type HelpAppConfigClassArray []HelpAppConfigClass
tl_help_app_config_slices_gen.go#L41: func (s HelpAppConfigClassArray) Sort(less func(a, b HelpAppConfigClass) bool) HelpAppConfigClassArray {
tl_help_app_config_slices_gen.go#L49: func (s HelpAppConfigClassArray) SortStable(less func(a, b HelpAppConfigClass) bool) HelpAppConfigClassArray {
tl_help_app_config_slices_gen.go#L57: func (s HelpAppConfigClassArray) Retain(keep func(x HelpAppConfigClass) bool) HelpAppConfigClassArray {
tl_help_app_config_slices_gen.go#L71: func (s HelpAppConfigClassArray) First() (v HelpAppConfigClass, ok bool) {
tl_help_app_config_slices_gen.go#L79: func (s HelpAppConfigClassArray) Last() (v HelpAppConfigClass, ok bool) {
tl_help_app_config_slices_gen.go#L87: func (s *HelpAppConfigClassArray) PopFirst() (v HelpAppConfigClass, ok bool) {
tl_help_app_config_slices_gen.go#L97: var zero HelpAppConfigClass
tl_help_app_config_slices_gen.go#L106: func (s *HelpAppConfigClassArray) Pop() (v HelpAppConfigClass, ok bool) {
tl_help_get_app_config_gen.go#L177: func (c *Client) HelpGetAppConfig(ctx context.Context, hash int) (HelpAppConfigClass, error) {
tl_server_gen.go#L8652: func (s *ServerDispatcher) OnHelpGetAppConfig(f func(ctx context.Context, hash int) (HelpAppConfigClass, error)) {
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |