type github.com/gotd/td/tg.BusinessLocation
26 uses
github.com/gotd/td/tg (current package)
tl_business_location_gen.go#L41: type BusinessLocation struct {
tl_business_location_gen.go#L60: _ bin.Encoder = &BusinessLocation{}
tl_business_location_gen.go#L61: _ bin.Decoder = &BusinessLocation{}
tl_business_location_gen.go#L62: _ bin.BareEncoder = &BusinessLocation{}
tl_business_location_gen.go#L63: _ bin.BareDecoder = &BusinessLocation{}
tl_business_location_gen.go#L66: func (b *BusinessLocation) Zero() bool {
tl_business_location_gen.go#L84: func (b *BusinessLocation) String() string {
tl_business_location_gen.go#L88: type Alias BusinessLocation
tl_business_location_gen.go#L93: func (b *BusinessLocation) FillFrom(from interface {
tl_business_location_gen.go#L107: func (*BusinessLocation) TypeID() uint32 {
tl_business_location_gen.go#L112: func (*BusinessLocation) TypeName() string {
tl_business_location_gen.go#L117: func (b *BusinessLocation) TypeInfo() tdp.Type {
tl_business_location_gen.go#L141: func (b *BusinessLocation) SetFlags() {
tl_business_location_gen.go#L148: func (b *BusinessLocation) Encode(buf *bin.Buffer) error {
tl_business_location_gen.go#L157: func (b *BusinessLocation) EncodeBare(buf *bin.Buffer) error {
tl_business_location_gen.go#L178: func (b *BusinessLocation) Decode(buf *bin.Buffer) error {
tl_business_location_gen.go#L189: func (b *BusinessLocation) DecodeBare(buf *bin.Buffer) error {
tl_business_location_gen.go#L216: func (b *BusinessLocation) SetGeoPoint(value GeoPointClass) {
tl_business_location_gen.go#L223: func (b *BusinessLocation) GetGeoPoint() (value GeoPointClass, ok bool) {
tl_business_location_gen.go#L234: func (b *BusinessLocation) GetAddress() (value string) {
tl_business_location_gen.go#L243: func (b *BusinessLocation) GetGeoPointAsNotEmpty() (*GeoPoint, bool) {
tl_registry_gen.go#L6281: BusinessLocationTypeID: func() bin.Object { return &BusinessLocation{} },
tl_user_full_gen.go#L259: BusinessLocation BusinessLocation
tl_user_full_gen.go#L642: GetBusinessLocation() (value BusinessLocation, ok bool)
tl_user_full_gen.go#L2466: func (u *UserFull) SetBusinessLocation(value BusinessLocation) {
tl_user_full_gen.go#L2473: func (u *UserFull) GetBusinessLocation() (value BusinessLocation, ok bool) {
![]() |
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. |