Class VideoChatParticipantsInvited

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

public class VideoChatParticipantsInvited extends Object
This object represents a service message about new members invited to a video chat.
Since:
1.0.0
Author:
Sergio del Amo
  • Constructor Details

    • VideoChatParticipantsInvited

      public VideoChatParticipantsInvited()
  • Method Details

    • getUsers

      @NonNull public @NonNull List<User> getUsers()
      Returns:
      New members that were invited to the video chat
    • setUsers

      public void setUsers(@NonNull @NonNull List<User> users)
      Parameters:
      users - New members that were invited to the video chat