class
Hamilton::Types::BusinessLocation
- Hamilton::Types::BusinessLocation
- Reference
- Object
Overview
Contains information about the location of a Telegram Business account.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/business_location.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#address : String
Address of the business.
-
#address=(address : String)
Address of the business.
-
#location : Hamilton::Types::Location | Nil
Location of the business.
-
#location=(location : Hamilton::Types::Location | Nil)
Location of the business.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.