func github.com/gotd/td/tg.DecodeGeoPoint
13 uses
github.com/gotd/td/tg (current package)
tl_bot_inline_message_gen.go#L964: value, err := DecodeGeoPoint(buf)
tl_bot_inline_message_gen.go#L1314: value, err := DecodeGeoPoint(buf)
tl_channel_location_gen.go#L271: value, err := DecodeGeoPoint(b)
tl_geo_point_gen.go#L445: func DecodeGeoPoint(buf *bin.Buffer) (GeoPointClass, error) {
tl_geo_point_gen.go#L480: v, err := DecodeGeoPoint(buf)
tl_media_area_gen.go#L240: value, err := DecodeGeoPoint(b)
tl_media_area_gen.go#L687: value, err := DecodeGeoPoint(b)
tl_message_media_gen.go#L524: value, err := DecodeGeoPoint(b)
tl_message_media_gen.go#L1733: value, err := DecodeGeoPoint(b)
tl_message_media_gen.go#L2676: value, err := DecodeGeoPoint(b)
tl_page_block_gen.go#L5354: value, err := DecodeGeoPoint(b)
tl_update_gen.go#L7488: value, err := DecodeGeoPoint(b)
tl_update_gen.go#L7819: value, err := DecodeGeoPoint(b)
|
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. |