const github.com/gotd/td/tg.InputMediaPhotoTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L478: const InputMediaPhotoTypeID = 0xb3ba0635
tl_input_media_gen.go#L540: return InputMediaPhotoTypeID
tl_input_media_gen.go#L552: ID: InputMediaPhotoTypeID,
tl_input_media_gen.go#L592: b.PutID(InputMediaPhotoTypeID)
tl_input_media_gen.go#L622: if err := b.ConsumeID(InputMediaPhotoTypeID); err != nil {
tl_input_media_gen.go#L4558: case InputMediaPhotoTypeID:
tl_registry_gen.go#L61: InputMediaPhotoTypeID: "inputMediaPhoto#b3ba0635",
tl_registry_gen.go#L1843: "inputMediaPhoto": InputMediaPhotoTypeID,
tl_registry_gen.go#L3625: InputMediaPhotoTypeID: func() bin.Object { return &InputMediaPhoto{} },
tl_registry_gen.go#L5852: InputMediaPhotoTypeID,
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. |