type github.com/gotd/td/tg.Null
16 uses
github.com/gotd/td/tg (current package)
tl_null_gen.go#L38: type Null struct {
tl_null_gen.go#L46: _ bin.Encoder = &Null{}
tl_null_gen.go#L47: _ bin.Decoder = &Null{}
tl_null_gen.go#L48: _ bin.BareEncoder = &Null{}
tl_null_gen.go#L49: _ bin.BareDecoder = &Null{}
tl_null_gen.go#L52: func (n *Null) Zero() bool {
tl_null_gen.go#L61: func (n *Null) String() string {
tl_null_gen.go#L65: type Alias Null
tl_null_gen.go#L72: func (*Null) TypeID() uint32 {
tl_null_gen.go#L77: func (*Null) TypeName() string {
tl_null_gen.go#L82: func (n *Null) TypeInfo() tdp.Type {
tl_null_gen.go#L96: func (n *Null) Encode(b *bin.Buffer) error {
tl_null_gen.go#L105: func (n *Null) EncodeBare(b *bin.Buffer) error {
tl_null_gen.go#L113: func (n *Null) Decode(b *bin.Buffer) error {
tl_null_gen.go#L124: func (n *Null) DecodeBare(b *bin.Buffer) error {
tl_registry_gen.go#L3608: NullTypeID: func() bin.Object { return &Null{} },
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. |