ExGram.Model.BusinessOpeningHoursInterval (ex_gram v0.55.1)

View Source

Describes an interval of time during which a business is open.

Check the documentation of this model in https://core.telegram.org/bots/api#businessopeninghoursinterval

Summary

Types

t()

@type t() :: %ExGram.Model.BusinessOpeningHoursInterval{
  closing_minute: integer(),
  opening_minute: integer()
}

Functions

decode_as()