BusinessOpeningHours

telegramium.bots.BusinessOpeningHours
final case class BusinessOpeningHours(timeZoneName: String, openingHours: List[BusinessOpeningHoursInterval])

Value parameters

openingHours

List of time intervals describing business opening hours

timeZoneName

Unique name of the time zone for which the opening hours are defined

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product