haskell-tdlib-2.0.47.0
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Data.BusinessOpeningHoursInterval

Documentation

data BusinessOpeningHoursInterval Source #

Constructors

BusinessOpeningHoursInterval

Describes an interval of time when the business is open

Fields

  • start_minute :: Maybe Int

    The minute's sequence number in a week, starting on Monday, marking the start of the time interval during which the business is open; 0-7*24*60

  • end_minute :: Maybe Int

    The minute's sequence number in a week, starting on Monday, marking the end of the time interval during which the business is open; 1-8*24*60