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) {