type github.com/gotd/td/internal/mt.GzipPacked
21 uses
github.com/gotd/td/internal/mt (current package)
tl_gzip_packed_gen.go#L35: type GzipPacked struct {
tl_gzip_packed_gen.go#L45: _ bin.Encoder = &GzipPacked{}
tl_gzip_packed_gen.go#L46: _ bin.Decoder = &GzipPacked{}
tl_gzip_packed_gen.go#L47: _ bin.BareEncoder = &GzipPacked{}
tl_gzip_packed_gen.go#L48: _ bin.BareDecoder = &GzipPacked{}
tl_gzip_packed_gen.go#L51: func (g *GzipPacked) Zero() bool {
tl_gzip_packed_gen.go#L63: func (g *GzipPacked) String() string {
tl_gzip_packed_gen.go#L67: type Alias GzipPacked
tl_gzip_packed_gen.go#L74: func (*GzipPacked) TypeID() uint32 {
tl_gzip_packed_gen.go#L79: func (*GzipPacked) TypeName() string {
tl_gzip_packed_gen.go#L84: func (g *GzipPacked) TypeInfo() tdp.Type {
tl_gzip_packed_gen.go#L103: func (g *GzipPacked) Encode(b *bin.Buffer) error {
tl_gzip_packed_gen.go#L112: func (g *GzipPacked) EncodeBare(b *bin.Buffer) error {
tl_gzip_packed_gen.go#L121: func (g *GzipPacked) Decode(b *bin.Buffer) error {
tl_gzip_packed_gen.go#L132: func (g *GzipPacked) DecodeBare(b *bin.Buffer) error {
tl_gzip_packed_gen.go#L147: func (g *GzipPacked) GetPackedData() (value []byte) {
tl_message_gen.go#L43: Body GzipPacked
tl_message_gen.go#L222: func (m *Message) GetBody() (value GzipPacked) {
tl_registry_gen.go#L164: GzipPackedTypeID: func() bin.Object { return &GzipPacked{} },
tl_rpc_result_gen.go#L39: Result GzipPacked
tl_rpc_result_gen.go#L172: func (r *RPCResult) GetResult() (value GzipPacked) {
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. |