const github.com/gotd/td/tg.TextEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L692: TextEmptyTypeID: "textEmpty#dc3d824f",
tl_registry_gen.go#L2474: "textEmpty": TextEmptyTypeID,
tl_registry_gen.go#L4256: TextEmptyTypeID: func() bin.Object { return &TextEmpty{} },
tl_registry_gen.go#L6387: TextEmptyTypeID,
tl_rich_text_gen.go#L42: const TextEmptyTypeID = 0xdc3d824f
tl_rich_text_gen.go#L78: return TextEmptyTypeID
tl_rich_text_gen.go#L90: ID: TextEmptyTypeID,
tl_rich_text_gen.go#L105: b.PutID(TextEmptyTypeID)
tl_rich_text_gen.go#L122: if err := b.ConsumeID(TextEmptyTypeID); err != nil {
tl_rich_text_gen.go#L2491: case TextEmptyTypeID:
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. |