const github.com/gotd/td/tg.InputMediaGeoPointTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L711: const InputMediaGeoPointTypeID = 0xf9c44144
tl_input_media_gen.go#L757: return InputMediaGeoPointTypeID
tl_input_media_gen.go#L769: ID: InputMediaGeoPointTypeID,
tl_input_media_gen.go#L789: b.PutID(InputMediaGeoPointTypeID)
tl_input_media_gen.go#L812: if err := b.ConsumeID(InputMediaGeoPointTypeID); err != nil {
tl_input_media_gen.go#L4565: case InputMediaGeoPointTypeID:
tl_registry_gen.go#L62: InputMediaGeoPointTypeID: "inputMediaGeoPoint#f9c44144",
tl_registry_gen.go#L1844: "inputMediaGeoPoint": InputMediaGeoPointTypeID,
tl_registry_gen.go#L3626: InputMediaGeoPointTypeID: func() bin.Object { return &InputMediaGeoPoint{} },
tl_registry_gen.go#L5853: InputMediaGeoPointTypeID,
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. |