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

23 uses

	github.com/gotd/td/tg (current package)
		tl_help_get_nearest_dc_gen.go#L135: func (c *Client) HelpGetNearestDC(ctx context.Context) (*NearestDC, error) {
		tl_help_get_nearest_dc_gen.go#L136: 	var result NearestDC
		tl_nearest_dc_gen.go#L38: type NearestDC struct {
		tl_nearest_dc_gen.go#L52: 	_ bin.Encoder     = &NearestDC{}
		tl_nearest_dc_gen.go#L53: 	_ bin.Decoder     = &NearestDC{}
		tl_nearest_dc_gen.go#L54: 	_ bin.BareEncoder = &NearestDC{}
		tl_nearest_dc_gen.go#L55: 	_ bin.BareDecoder = &NearestDC{}
		tl_nearest_dc_gen.go#L58: func (n *NearestDC) Zero() bool {
		tl_nearest_dc_gen.go#L76: func (n *NearestDC) String() string {
		tl_nearest_dc_gen.go#L80: 	type Alias NearestDC
		tl_nearest_dc_gen.go#L85: func (n *NearestDC) FillFrom(from interface {
		tl_nearest_dc_gen.go#L98: func (*NearestDC) TypeID() uint32 {
		tl_nearest_dc_gen.go#L103: func (*NearestDC) TypeName() string {
		tl_nearest_dc_gen.go#L108: func (n *NearestDC) TypeInfo() tdp.Type {
		tl_nearest_dc_gen.go#L135: func (n *NearestDC) Encode(b *bin.Buffer) error {
		tl_nearest_dc_gen.go#L144: func (n *NearestDC) EncodeBare(b *bin.Buffer) error {
		tl_nearest_dc_gen.go#L155: func (n *NearestDC) Decode(b *bin.Buffer) error {
		tl_nearest_dc_gen.go#L166: func (n *NearestDC) DecodeBare(b *bin.Buffer) error {
		tl_nearest_dc_gen.go#L195: func (n *NearestDC) GetCountry() (value string) {
		tl_nearest_dc_gen.go#L203: func (n *NearestDC) GetThisDC() (value int) {
		tl_nearest_dc_gen.go#L211: func (n *NearestDC) GetNearestDC() (value int) {
		tl_registry_gen.go#L3969: 		NearestDCTypeID:                                          func() bin.Object { return &NearestDC{} },
		tl_server_gen.go#L6379: func (s *ServerDispatcher) OnHelpGetNearestDC(f func(ctx context.Context) (*NearestDC, error)) {