const github.com/gotd/td/tg.InputPhotoEmptyTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_photo_gen.go#L42: const InputPhotoEmptyTypeID = 0x1cd7bf0d
tl_input_photo_gen.go#L78: return InputPhotoEmptyTypeID
tl_input_photo_gen.go#L90: ID: InputPhotoEmptyTypeID,
tl_input_photo_gen.go#L105: b.PutID(InputPhotoEmptyTypeID)
tl_input_photo_gen.go#L122: if err := b.ConsumeID(InputPhotoEmptyTypeID); err != nil {
tl_input_photo_gen.go#L388: case InputPhotoEmptyTypeID:
tl_registry_gen.go#L81: InputPhotoEmptyTypeID: "inputPhotoEmpty#1cd7bf0d",
tl_registry_gen.go#L1863: "inputPhotoEmpty": InputPhotoEmptyTypeID,
tl_registry_gen.go#L3645: InputPhotoEmptyTypeID: func() bin.Object { return &InputPhotoEmpty{} },
tl_registry_gen.go#L5897: InputPhotoEmptyTypeID,
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. |