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

16 uses

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