type github.com/gotd/td/internal/mt.Pong

19 uses

	github.com/gotd/td/internal/mt (current package)
		tl_pong_gen.go#L35: type Pong struct {
		tl_pong_gen.go#L47: 	_ bin.Encoder     = &Pong{}
		tl_pong_gen.go#L48: 	_ bin.Decoder     = &Pong{}
		tl_pong_gen.go#L49: 	_ bin.BareEncoder = &Pong{}
		tl_pong_gen.go#L50: 	_ bin.BareDecoder = &Pong{}
		tl_pong_gen.go#L53: func (p *Pong) Zero() bool {
		tl_pong_gen.go#L68: func (p *Pong) String() string {
		tl_pong_gen.go#L72: 	type Alias Pong
		tl_pong_gen.go#L79: func (*Pong) TypeID() uint32 {
		tl_pong_gen.go#L84: func (*Pong) TypeName() string {
		tl_pong_gen.go#L89: func (p *Pong) TypeInfo() tdp.Type {
		tl_pong_gen.go#L112: func (p *Pong) Encode(b *bin.Buffer) error {
		tl_pong_gen.go#L121: func (p *Pong) EncodeBare(b *bin.Buffer) error {
		tl_pong_gen.go#L131: func (p *Pong) Decode(b *bin.Buffer) error {
		tl_pong_gen.go#L142: func (p *Pong) DecodeBare(b *bin.Buffer) error {
		tl_pong_gen.go#L164: func (p *Pong) GetMsgID() (value int64) {
		tl_pong_gen.go#L172: func (p *Pong) GetPingID() (value int64) {
		tl_registry_gen.go#L157: 		PongTypeID:                       func() bin.Object { return &Pong{} },

	github.com/gotd/td/internal/mtproto
		ping.go#L39: 	var pong mt.Pong