type github.com/gotd/td/tg.Bytes
16 uses
github.com/gotd/td/tg (current package)
tl_bytes_gen.go#L37: type Bytes struct {
tl_bytes_gen.go#L45: _ bin.Encoder = &Bytes{}
tl_bytes_gen.go#L46: _ bin.Decoder = &Bytes{}
tl_bytes_gen.go#L47: _ bin.BareEncoder = &Bytes{}
tl_bytes_gen.go#L48: _ bin.BareDecoder = &Bytes{}
tl_bytes_gen.go#L51: func (b *Bytes) Zero() bool {
tl_bytes_gen.go#L60: func (b *Bytes) String() string {
tl_bytes_gen.go#L64: type Alias Bytes
tl_bytes_gen.go#L71: func (*Bytes) TypeID() uint32 {
tl_bytes_gen.go#L76: func (*Bytes) TypeName() string {
tl_bytes_gen.go#L81: func (b *Bytes) TypeInfo() tdp.Type {
tl_bytes_gen.go#L95: func (b *Bytes) Encode(buf *bin.Buffer) error {
tl_bytes_gen.go#L104: func (b *Bytes) EncodeBare(buf *bin.Buffer) error {
tl_bytes_gen.go#L112: func (b *Bytes) Decode(buf *bin.Buffer) error {
tl_bytes_gen.go#L123: func (b *Bytes) DecodeBare(buf *bin.Buffer) error {
tl_registry_gen.go#L5371: BytesTypeID: func() bin.Object { return &Bytes{} },
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |