const github.com/gotd/td/tg.InputMediaEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L42: const InputMediaEmptyTypeID = 0x9664f57f
tl_input_media_gen.go#L78: return InputMediaEmptyTypeID
tl_input_media_gen.go#L90: ID: InputMediaEmptyTypeID,
tl_input_media_gen.go#L105: b.PutID(InputMediaEmptyTypeID)
tl_input_media_gen.go#L122: if err := b.ConsumeID(InputMediaEmptyTypeID); err != nil {
tl_input_media_gen.go#L4544: case InputMediaEmptyTypeID:
tl_registry_gen.go#L59: InputMediaEmptyTypeID: "inputMediaEmpty#9664f57f",
tl_registry_gen.go#L1841: "inputMediaEmpty": InputMediaEmptyTypeID,
tl_registry_gen.go#L3623: InputMediaEmptyTypeID: func() bin.Object { return &InputMediaEmpty{} },
tl_registry_gen.go#L5850: InputMediaEmptyTypeID,
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. |