type github.com/gotd/td/tg.True
16 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L3606: TrueTypeID: func() bin.Object { return &True{} },
tl_true_gen.go#L41: type True struct {
tl_true_gen.go#L49: _ bin.Encoder = &True{}
tl_true_gen.go#L50: _ bin.Decoder = &True{}
tl_true_gen.go#L51: _ bin.BareEncoder = &True{}
tl_true_gen.go#L52: _ bin.BareDecoder = &True{}
tl_true_gen.go#L55: func (t *True) Zero() bool {
tl_true_gen.go#L64: func (t *True) String() string {
tl_true_gen.go#L68: type Alias True
tl_true_gen.go#L75: func (*True) TypeID() uint32 {
tl_true_gen.go#L80: func (*True) TypeName() string {
tl_true_gen.go#L85: func (t *True) TypeInfo() tdp.Type {
tl_true_gen.go#L99: func (t *True) Encode(b *bin.Buffer) error {
tl_true_gen.go#L108: func (t *True) EncodeBare(b *bin.Buffer) error {
tl_true_gen.go#L116: func (t *True) Decode(b *bin.Buffer) error {
tl_true_gen.go#L127: func (t *True) DecodeBare(b *bin.Buffer) error {
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. |