type github.com/gotd/td/tg.GeoPointAddress
29 uses
github.com/gotd/td/tg (current package)
tl_geo_point_address_gen.go#L41: type GeoPointAddress struct {
tl_geo_point_address_gen.go#L68: _ bin.Encoder = &GeoPointAddress{}
tl_geo_point_address_gen.go#L69: _ bin.Decoder = &GeoPointAddress{}
tl_geo_point_address_gen.go#L70: _ bin.BareEncoder = &GeoPointAddress{}
tl_geo_point_address_gen.go#L71: _ bin.BareDecoder = &GeoPointAddress{}
tl_geo_point_address_gen.go#L74: func (g *GeoPointAddress) Zero() bool {
tl_geo_point_address_gen.go#L98: func (g *GeoPointAddress) String() string {
tl_geo_point_address_gen.go#L102: type Alias GeoPointAddress
tl_geo_point_address_gen.go#L107: func (g *GeoPointAddress) FillFrom(from interface {
tl_geo_point_address_gen.go#L131: func (*GeoPointAddress) TypeID() uint32 {
tl_geo_point_address_gen.go#L136: func (*GeoPointAddress) TypeName() string {
tl_geo_point_address_gen.go#L141: func (g *GeoPointAddress) TypeInfo() tdp.Type {
tl_geo_point_address_gen.go#L175: func (g *GeoPointAddress) SetFlags() {
tl_geo_point_address_gen.go#L188: func (g *GeoPointAddress) Encode(b *bin.Buffer) error {
tl_geo_point_address_gen.go#L197: func (g *GeoPointAddress) EncodeBare(b *bin.Buffer) error {
tl_geo_point_address_gen.go#L219: func (g *GeoPointAddress) Decode(b *bin.Buffer) error {
tl_geo_point_address_gen.go#L230: func (g *GeoPointAddress) DecodeBare(b *bin.Buffer) error {
tl_geo_point_address_gen.go#L271: func (g *GeoPointAddress) GetCountryISO2() (value string) {
tl_geo_point_address_gen.go#L279: func (g *GeoPointAddress) SetState(value string) {
tl_geo_point_address_gen.go#L286: func (g *GeoPointAddress) GetState() (value string, ok bool) {
tl_geo_point_address_gen.go#L297: func (g *GeoPointAddress) SetCity(value string) {
tl_geo_point_address_gen.go#L304: func (g *GeoPointAddress) GetCity() (value string, ok bool) {
tl_geo_point_address_gen.go#L315: func (g *GeoPointAddress) SetStreet(value string) {
tl_geo_point_address_gen.go#L322: func (g *GeoPointAddress) GetStreet() (value string, ok bool) {
tl_media_area_gen.go#L562: Address GeoPointAddress
tl_media_area_gen.go#L614: GetAddress() (value GeoPointAddress, ok bool)
tl_media_area_gen.go#L764: func (m *MediaAreaGeoPoint) SetAddress(value GeoPointAddress) {
tl_media_area_gen.go#L771: func (m *MediaAreaGeoPoint) GetAddress() (value GeoPointAddress, ok bool) {
tl_registry_gen.go#L6347: GeoPointAddressTypeID: func() bin.Object { return &GeoPointAddress{} },
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |