const github.com/gotd/td/tg.InputFileTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_file_gen.go#L57: const InputFileTypeID = 0xf52ff27f
tl_input_file_gen.go#L118: return InputFileTypeID
tl_input_file_gen.go#L130: ID: InputFileTypeID,
tl_input_file_gen.go#L162: b.PutID(InputFileTypeID)
tl_input_file_gen.go#L183: if err := b.ConsumeID(InputFileTypeID); err != nil {
tl_input_file_gen.go#L503: case InputFileTypeID:
tl_registry_gen.go#L57: InputFileTypeID: "inputFile#f52ff27f",
tl_registry_gen.go#L1839: "inputFile": InputFileTypeID,
tl_registry_gen.go#L3621: InputFileTypeID: func() bin.Object { return &InputFile{} },
tl_registry_gen.go#L5819: InputFileTypeID,
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. |