Class TdApi.MessageInviteVoiceChatParticipants

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.MessageContent
it.tdlight.jni.TdApi.MessageInviteVoiceChatParticipants
Enclosing class:
TdApi

public static class TdApi.MessageInviteVoiceChatParticipants
extends TdApi.MessageContent
A message with information about an invite to a voice chat.
  • Field Details

    • groupCallId

      public int groupCallId
      Identifier of the voice chat. The voice chat can be received through the method getGroupCall.
    • userIds

      public long[] userIds
      Invited user identifiers.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • MessageInviteVoiceChatParticipants

      public MessageInviteVoiceChatParticipants()
      A message with information about an invite to a voice chat.
    • MessageInviteVoiceChatParticipants

      public MessageInviteVoiceChatParticipants​(int groupCallId, long[] userIds)
      A message with information about an invite to a voice chat.
      Parameters:
      groupCallId - int Identifier of the voice chat. The voice chat can be received through the method getGroupCall.
      userIds - long[] Invited user identifiers.
    • MessageInviteVoiceChatParticipants

      public MessageInviteVoiceChatParticipants​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details