type github.com/gotd/td/tg.GeoPointEmpty
20 uses
github.com/gotd/td/tg (current package)
tl_geo_point_gen.go#L38: type GeoPointEmpty struct {
tl_geo_point_gen.go#L45: func (g GeoPointEmpty) construct() GeoPointClass { return &g }
tl_geo_point_gen.go#L49: _ bin.Encoder = &GeoPointEmpty{}
tl_geo_point_gen.go#L50: _ bin.Decoder = &GeoPointEmpty{}
tl_geo_point_gen.go#L51: _ bin.BareEncoder = &GeoPointEmpty{}
tl_geo_point_gen.go#L52: _ bin.BareDecoder = &GeoPointEmpty{}
tl_geo_point_gen.go#L54: _ GeoPointClass = &GeoPointEmpty{}
tl_geo_point_gen.go#L57: func (g *GeoPointEmpty) Zero() bool {
tl_geo_point_gen.go#L66: func (g *GeoPointEmpty) String() string {
tl_geo_point_gen.go#L70: type Alias GeoPointEmpty
tl_geo_point_gen.go#L77: func (*GeoPointEmpty) TypeID() uint32 {
tl_geo_point_gen.go#L82: func (*GeoPointEmpty) TypeName() string {
tl_geo_point_gen.go#L87: func (g *GeoPointEmpty) TypeInfo() tdp.Type {
tl_geo_point_gen.go#L101: func (g *GeoPointEmpty) Encode(b *bin.Buffer) error {
tl_geo_point_gen.go#L110: func (g *GeoPointEmpty) EncodeBare(b *bin.Buffer) error {
tl_geo_point_gen.go#L118: func (g *GeoPointEmpty) Decode(b *bin.Buffer) error {
tl_geo_point_gen.go#L129: func (g *GeoPointEmpty) DecodeBare(b *bin.Buffer) error {
tl_geo_point_gen.go#L435: func (g *GeoPointEmpty) AsNotEmpty() (*GeoPoint, bool) {
tl_geo_point_gen.go#L453: v := GeoPointEmpty{}
tl_registry_gen.go#L3764: GeoPointEmptyTypeID: func() bin.Object { return &GeoPointEmpty{} },
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. |