const github.com/gotd/td/tg.InputPhotoFileLocationTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_gen.go#L955: const InputPhotoFileLocationTypeID = 0x40181ffe
tl_input_file_location_gen.go#L1016: return InputPhotoFileLocationTypeID
tl_input_file_location_gen.go#L1028: ID: InputPhotoFileLocationTypeID,
tl_input_file_location_gen.go#L1060: b.PutID(InputPhotoFileLocationTypeID)
tl_input_file_location_gen.go#L1081: if err := b.ConsumeID(InputPhotoFileLocationTypeID); err != nil {
tl_input_file_location_gen.go#L2653: case InputPhotoFileLocationTypeID:
tl_registry_gen.go#L88: InputPhotoFileLocationTypeID: "inputPhotoFileLocation#40181ffe",
tl_registry_gen.go#L1870: "inputPhotoFileLocation": InputPhotoFileLocationTypeID,
tl_registry_gen.go#L3652: InputPhotoFileLocationTypeID: func() bin.Object { return &InputPhotoFileLocation{} },
tl_registry_gen.go#L5828: InputPhotoFileLocationTypeID,
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. |