const github.com/gotd/td/tg.InputPhotoTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_photo_gen.go#L156: const InputPhotoTypeID = 0x3bb3b94a
tl_input_photo_gen.go#L212: return InputPhotoTypeID
tl_input_photo_gen.go#L224: ID: InputPhotoTypeID,
tl_input_photo_gen.go#L252: b.PutID(InputPhotoTypeID)
tl_input_photo_gen.go#L272: if err := b.ConsumeID(InputPhotoTypeID); err != nil {
tl_input_photo_gen.go#L395: case InputPhotoTypeID:
tl_registry_gen.go#L82: InputPhotoTypeID: "inputPhoto#3bb3b94a",
tl_registry_gen.go#L1864: "inputPhoto": InputPhotoTypeID,
tl_registry_gen.go#L3646: InputPhotoTypeID: func() bin.Object { return &InputPhoto{} },
tl_registry_gen.go#L5898: InputPhotoTypeID,
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. |