Class TdApi.PushMessageContentInviteVideoChatParticipants

java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PushMessageContent
org.drinkless.tdlib.TdApi.PushMessageContentInviteVideoChatParticipants
Enclosing class:
TdApi

public static class TdApi.PushMessageContentInviteVideoChatParticipants extends TdApi.PushMessageContent
An invitation of participants to a video chat or live stream.
  • Field Details

    • isCurrentUser

      public boolean isCurrentUser
      True, if the current user was invited to the video chat or the live stream.
    • CONSTRUCTOR

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

    • PushMessageContentInviteVideoChatParticipants

      public PushMessageContentInviteVideoChatParticipants()
      An invitation of participants to a video chat or live stream.
    • PushMessageContentInviteVideoChatParticipants

      public PushMessageContentInviteVideoChatParticipants(boolean isCurrentUser)
      An invitation of participants to a video chat or live stream.
      Parameters:
      isCurrentUser - True, if the current user was invited to the video chat or the live stream.
  • Method Details