Class VideoChatEnded

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

public class VideoChatEnded extends Object
This object represents a service message about a video chat ended in the chat. VideoChatEnded
Since:
1.0.0
Author:
Sergio del Amo
  • Constructor Details

    • VideoChatEnded

      public VideoChatEnded()
  • Method Details

    • getDuration

      @NonNull public @NonNull Integer getDuration()
      Returns:
      Video chat duration in seconds
    • setDuration

      public void setDuration(@NonNull @NonNull Integer duration)
      Parameters:
      duration - Video chat duration in seconds