const github.com/gotd/td/tg.InputFileLocationTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_gen.go#L53: const InputFileLocationTypeID = 0xdfdaabe1
tl_input_file_location_gen.go#L114: return InputFileLocationTypeID
tl_input_file_location_gen.go#L126: ID: InputFileLocationTypeID,
tl_input_file_location_gen.go#L158: b.PutID(InputFileLocationTypeID)
tl_input_file_location_gen.go#L179: if err := b.ConsumeID(InputFileLocationTypeID); err != nil {
tl_input_file_location_gen.go#L2618: case InputFileLocationTypeID:
tl_registry_gen.go#L83: InputFileLocationTypeID: "inputFileLocation#dfdaabe1",
tl_registry_gen.go#L1865: "inputFileLocation": InputFileLocationTypeID,
tl_registry_gen.go#L3647: InputFileLocationTypeID: func() bin.Object { return &InputFileLocation{} },
tl_registry_gen.go#L5823: InputFileLocationTypeID,
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. |