type github.com/gotd/td/tg.HelpGetConfigRequest

19 uses

	github.com/gotd/td/tg (current package)
		tl_help_get_config_gen.go#L38: type HelpGetConfigRequest struct {
		tl_help_get_config_gen.go#L46: 	_ bin.Encoder     = &HelpGetConfigRequest{}
		tl_help_get_config_gen.go#L47: 	_ bin.Decoder     = &HelpGetConfigRequest{}
		tl_help_get_config_gen.go#L48: 	_ bin.BareEncoder = &HelpGetConfigRequest{}
		tl_help_get_config_gen.go#L49: 	_ bin.BareDecoder = &HelpGetConfigRequest{}
		tl_help_get_config_gen.go#L52: func (g *HelpGetConfigRequest) Zero() bool {
		tl_help_get_config_gen.go#L61: func (g *HelpGetConfigRequest) String() string {
		tl_help_get_config_gen.go#L65: 	type Alias HelpGetConfigRequest
		tl_help_get_config_gen.go#L72: func (*HelpGetConfigRequest) TypeID() uint32 {
		tl_help_get_config_gen.go#L77: func (*HelpGetConfigRequest) TypeName() string {
		tl_help_get_config_gen.go#L82: func (g *HelpGetConfigRequest) TypeInfo() tdp.Type {
		tl_help_get_config_gen.go#L96: func (g *HelpGetConfigRequest) Encode(b *bin.Buffer) error {
		tl_help_get_config_gen.go#L105: func (g *HelpGetConfigRequest) EncodeBare(b *bin.Buffer) error {
		tl_help_get_config_gen.go#L113: func (g *HelpGetConfigRequest) Decode(b *bin.Buffer) error {
		tl_help_get_config_gen.go#L124: func (g *HelpGetConfigRequest) DecodeBare(b *bin.Buffer) error {
		tl_help_get_config_gen.go#L149: 	request := &HelpGetConfigRequest{}
		tl_registry_gen.go#L5157: 		HelpGetConfigRequestTypeID:                                              func() bin.Object { return &HelpGetConfigRequest{} },
		tl_server_gen.go#L6364: 		var request HelpGetConfigRequest

	github.com/gotd/td/telegram/internal/manager
		conn.go#L203: 		Query:          c.wrapRequest(&tg.HelpGetConfigRequest{}),