const github.com/gotd/td/tg.InputMediaDocumentTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L1605: const InputMediaDocumentTypeID = 0x33473058
tl_input_media_gen.go#L1675: return InputMediaDocumentTypeID
tl_input_media_gen.go#L1687: ID: InputMediaDocumentTypeID,
tl_input_media_gen.go#L1735: b.PutID(InputMediaDocumentTypeID)
tl_input_media_gen.go#L1768: if err := b.ConsumeID(InputMediaDocumentTypeID); err != nil {
tl_input_media_gen.go#L4586: case InputMediaDocumentTypeID:
tl_registry_gen.go#L65: InputMediaDocumentTypeID: "inputMediaDocument#33473058",
tl_registry_gen.go#L1847: "inputMediaDocument": InputMediaDocumentTypeID,
tl_registry_gen.go#L3629: InputMediaDocumentTypeID: func() bin.Object { return &InputMediaDocument{} },
tl_registry_gen.go#L5856: InputMediaDocumentTypeID,
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. |