type github.com/gotd/td/tg.AccountUpdateBusinessLocationRequest

26 uses

	github.com/gotd/td/tg (current package)
		tl_account_update_business_location_gen.go#L45: type AccountUpdateBusinessLocationRequest struct {
		tl_account_update_business_location_gen.go#L67: 	_ bin.Encoder     = &AccountUpdateBusinessLocationRequest{}
		tl_account_update_business_location_gen.go#L68: 	_ bin.Decoder     = &AccountUpdateBusinessLocationRequest{}
		tl_account_update_business_location_gen.go#L69: 	_ bin.BareEncoder = &AccountUpdateBusinessLocationRequest{}
		tl_account_update_business_location_gen.go#L70: 	_ bin.BareDecoder = &AccountUpdateBusinessLocationRequest{}
		tl_account_update_business_location_gen.go#L73: func (u *AccountUpdateBusinessLocationRequest) Zero() bool {
		tl_account_update_business_location_gen.go#L91: func (u *AccountUpdateBusinessLocationRequest) String() string {
		tl_account_update_business_location_gen.go#L95: 	type Alias AccountUpdateBusinessLocationRequest
		tl_account_update_business_location_gen.go#L100: func (u *AccountUpdateBusinessLocationRequest) FillFrom(from interface {
		tl_account_update_business_location_gen.go#L117: func (*AccountUpdateBusinessLocationRequest) TypeID() uint32 {
		tl_account_update_business_location_gen.go#L122: func (*AccountUpdateBusinessLocationRequest) TypeName() string {
		tl_account_update_business_location_gen.go#L127: func (u *AccountUpdateBusinessLocationRequest) TypeInfo() tdp.Type {
		tl_account_update_business_location_gen.go#L152: func (u *AccountUpdateBusinessLocationRequest) SetFlags() {
		tl_account_update_business_location_gen.go#L162: func (u *AccountUpdateBusinessLocationRequest) Encode(b *bin.Buffer) error {
		tl_account_update_business_location_gen.go#L171: func (u *AccountUpdateBusinessLocationRequest) EncodeBare(b *bin.Buffer) error {
		tl_account_update_business_location_gen.go#L194: func (u *AccountUpdateBusinessLocationRequest) Decode(b *bin.Buffer) error {
		tl_account_update_business_location_gen.go#L205: func (u *AccountUpdateBusinessLocationRequest) DecodeBare(b *bin.Buffer) error {
		tl_account_update_business_location_gen.go#L232: func (u *AccountUpdateBusinessLocationRequest) SetGeoPoint(value InputGeoPointClass) {
		tl_account_update_business_location_gen.go#L239: func (u *AccountUpdateBusinessLocationRequest) GetGeoPoint() (value InputGeoPointClass, ok bool) {
		tl_account_update_business_location_gen.go#L250: func (u *AccountUpdateBusinessLocationRequest) SetAddress(value string) {
		tl_account_update_business_location_gen.go#L257: func (u *AccountUpdateBusinessLocationRequest) GetAddress() (value string, ok bool) {
		tl_account_update_business_location_gen.go#L269: func (u *AccountUpdateBusinessLocationRequest) GetGeoPointAsNotEmpty() (*InputGeoPoint, bool) {
		tl_account_update_business_location_gen.go#L287: func (c *Client) AccountUpdateBusinessLocation(ctx context.Context, request *AccountUpdateBusinessLocationRequest) (bool, error) {
		tl_registry_gen.go#L6645: 		AccountUpdateBusinessLocationRequestTypeID:                              func() bin.Object { return &AccountUpdateBusinessLocationRequest{} },
		tl_server_gen.go#L2287: func (s *ServerDispatcher) OnAccountUpdateBusinessLocation(f func(ctx context.Context, request *AccountUpdateBusinessLocationRequest) (bool, error)) {
		tl_server_gen.go#L2289: 		var request AccountUpdateBusinessLocationRequest