Class TdApi.SetBusinessOpeningHours

Enclosing class:
TdApi

public static class TdApi.SetBusinessOpeningHours extends TdApi.Function<TdApi.Ok>
Changes the business opening hours of the current user. Requires Telegram Business subscription.

Returns Ok

  • Field Details

    • openingHours

      public TdApi.BusinessOpeningHours openingHours
      The new opening hours of the business; pass null to remove the opening hours; up to 28 time intervals can be specified.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • SetBusinessOpeningHours

      public SetBusinessOpeningHours()
      Default constructor for a function, which changes the business opening hours of the current user. Requires Telegram Business subscription.

      Returns Ok

    • SetBusinessOpeningHours

      public SetBusinessOpeningHours(TdApi.BusinessOpeningHours openingHours)
      Creates a function, which changes the business opening hours of the current user. Requires Telegram Business subscription.

      Returns Ok

      Parameters:
      openingHours - The new opening hours of the business; pass null to remove the opening hours; up to 28 time intervals can be specified.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR