Package it.tdlight.jni
Class TdApi.BasicGroupFullInfo
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BasicGroupFullInfo
- Enclosing class:
- TdApi
public static class TdApi.BasicGroupFullInfo extends TdApi.Object
Contains full information about a basic group.
-
Field Summary
Fields Modifier and Type Field Description TdApi.BotCommands[]
botCommands
List of commands of bots in the group.static int
CONSTRUCTOR
int
creatorUserId
User identifier of the creator of the group; 0 if unknown.String
description
Group description.TdApi.ChatInviteLink
inviteLink
Primary invite link for this group; may be null.TdApi.ChatMember[]
members
Group members.TdApi.ChatPhoto
photo
Chat photo; may be null. -
Constructor Summary
Constructors Constructor Description BasicGroupFullInfo()
Contains full information about a basic group.BasicGroupFullInfo(TdApi.ChatPhoto photo, String description, int creatorUserId, TdApi.ChatMember[] members, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands)
Contains full information about a basic group.BasicGroupFullInfo(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
-
photo
Chat photo; may be null. -
description
Group description. Updated only after the basic group is opened. -
creatorUserId
public int creatorUserIdUser identifier of the creator of the group; 0 if unknown. -
members
Group members. -
inviteLink
Primary invite link for this group; may be null. For chat administrators with canInviteUsers right only. Updated only after the basic group is opened. -
botCommands
List of commands of bots in the group. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
BasicGroupFullInfo
public BasicGroupFullInfo()Contains full information about a basic group. -
BasicGroupFullInfo
public BasicGroupFullInfo(TdApi.ChatPhoto photo, String description, int creatorUserId, TdApi.ChatMember[] members, TdApi.ChatInviteLink inviteLink, TdApi.BotCommands[] botCommands)Contains full information about a basic group.- Parameters:
photo
- ChatPhoto Chat photo; may be null.description
- String Group description. Updated only after the basic group is opened.creatorUserId
- int User identifier of the creator of the group; 0 if unknown.members
- ChatMember[] Group members.inviteLink
- ChatInviteLink Primary invite link for this group; may be null. For chat administrators with canInviteUsers right only. Updated only after the basic group is opened.botCommands
- BotCommands[] List of commands of bots in the group.
-
BasicGroupFullInfo
- 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()
-