Package it.tdlight.jni
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 Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
int
groupCallId
Identifier of the voice chat.int[]
userIds
Invited user identifiers. -
Constructor Summary
Constructors Constructor Description MessageInviteVoiceChatParticipants()
A message with information about an invite to a voice chat.MessageInviteVoiceChatParticipants(int groupCallId, int[] userIds)
A message with information about an invite to a voice chat.MessageInviteVoiceChatParticipants(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
groupCallId
public int groupCallIdIdentifier of the voice chat. The voice chat can be received through the method getGroupCall. -
userIds
public int[] userIdsInvited 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, int[] 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
- int[] Invited user identifiers.
-
MessageInviteVoiceChatParticipants
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-