Class VideoChatScheduled

java.lang.Object
io.micronaut.chatbots.telegram.api.VideoChatScheduled

public class VideoChatScheduled extends Object
This object represents a service message about a video chat scheduled in the chat. Video Chat Scheduled
  • Constructor Details

    • VideoChatScheduled

      public VideoChatScheduled()
  • Method Details

    • getStartDate

      @NonNull public @NonNull Integer getStartDate()
      Returns:
      Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator
    • setStartDate

      public void setStartDate(@NonNull @NonNull Integer startDate)
      Parameters:
      startDate - Point in time (Unix timestamp) when the video chat is supposed to be started by a chat administrator