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

16 uses

	github.com/gotd/td/tg (current package)
		tl_long_gen.go#L37: type Long struct {
		tl_long_gen.go#L45: 	_ bin.Encoder     = &Long{}
		tl_long_gen.go#L46: 	_ bin.Decoder     = &Long{}
		tl_long_gen.go#L47: 	_ bin.BareEncoder = &Long{}
		tl_long_gen.go#L48: 	_ bin.BareDecoder = &Long{}
		tl_long_gen.go#L51: func (l *Long) Zero() bool {
		tl_long_gen.go#L60: func (l *Long) String() string {
		tl_long_gen.go#L64: 	type Alias Long
		tl_long_gen.go#L71: func (*Long) TypeID() uint32 {
		tl_long_gen.go#L76: func (*Long) TypeName() string {
		tl_long_gen.go#L81: func (l *Long) TypeInfo() tdp.Type {
		tl_long_gen.go#L95: func (l *Long) Encode(b *bin.Buffer) error {
		tl_long_gen.go#L104: func (l *Long) EncodeBare(b *bin.Buffer) error {
		tl_long_gen.go#L112: func (l *Long) Decode(b *bin.Buffer) error {
		tl_long_gen.go#L123: func (l *Long) DecodeBare(b *bin.Buffer) error {
		tl_registry_gen.go#L5368: 		LongTypeID:                                                              func() bin.Object { return &Long{} },