java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatAdministratorRights
- Enclosing class:
- TdApi
Describes rights of the administrator.
-
Field Summary
Modifier and TypeFieldDescriptionboolean
True, if the administrator can change the chat title, photo, and other settings.boolean
True, if the administrator can delete messages of other users.boolean
True, if the administrator can edit messages of other users and pin messages; applicable to channels only.boolean
True, if the administrator can invite new users to the chat.boolean
True, if the administrator can get chat event log, get chat statistics, get message statistics in channels, get channel members, see anonymous administrators in supergroups and ignore slow mode.boolean
True, if the administrator can manage video chats.boolean
True, if the administrator can pin messages; applicable to basic groups and supergroups only.boolean
True, if the administrator can create channel posts; applicable to channels only.boolean
True, if the administrator can add new administrators with a subset of their own privileges or demote administrators that were directly or indirectly promoted by them.boolean
True, if the administrator can restrict, ban, or unban chat members; always true for channels.static final int
boolean
True, if the administrator isn't shown in the chat member list and sends messages anonymously; applicable to supergroups only. -
Constructor Summary
ConstructorDescriptionDescribes rights of the administrator.ChatAdministratorRights
(boolean canManageChat, boolean canChangeInfo, boolean canPostMessages, boolean canEditMessages, boolean canDeleteMessages, boolean canInviteUsers, boolean canRestrictMembers, boolean canPinMessages, boolean canPromoteMembers, boolean canManageVideoChats, boolean isAnonymous) Describes rights of the administrator.ChatAdministratorRights
(DataInput input) Describes rights of the administrator. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
canManageChat
public boolean canManageChatTrue, if the administrator can get chat event log, get chat statistics, get message statistics in channels, get channel members, see anonymous administrators in supergroups and ignore slow mode. Implied by any other privilege; applicable to supergroups and channels only. -
canChangeInfo
public boolean canChangeInfoTrue, if the administrator can change the chat title, photo, and other settings. -
canPostMessages
public boolean canPostMessagesTrue, if the administrator can create channel posts; applicable to channels only. -
canEditMessages
public boolean canEditMessagesTrue, if the administrator can edit messages of other users and pin messages; applicable to channels only. -
canDeleteMessages
public boolean canDeleteMessagesTrue, if the administrator can delete messages of other users. -
canInviteUsers
public boolean canInviteUsersTrue, if the administrator can invite new users to the chat. -
canRestrictMembers
public boolean canRestrictMembersTrue, if the administrator can restrict, ban, or unban chat members; always true for channels. -
canPinMessages
public boolean canPinMessagesTrue, if the administrator can pin messages; applicable to basic groups and supergroups only. -
canPromoteMembers
public boolean canPromoteMembersTrue, if the administrator can add new administrators with a subset of their own privileges or demote administrators that were directly or indirectly promoted by them. -
canManageVideoChats
public boolean canManageVideoChatsTrue, if the administrator can manage video chats. -
isAnonymous
public boolean isAnonymousTrue, if the administrator isn't shown in the chat member list and sends messages anonymously; applicable to supergroups only. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatAdministratorRights
public ChatAdministratorRights()Describes rights of the administrator. -
ChatAdministratorRights
public ChatAdministratorRights(boolean canManageChat, boolean canChangeInfo, boolean canPostMessages, boolean canEditMessages, boolean canDeleteMessages, boolean canInviteUsers, boolean canRestrictMembers, boolean canPinMessages, boolean canPromoteMembers, boolean canManageVideoChats, boolean isAnonymous) Describes rights of the administrator.- Parameters:
canManageChat
- boolean True, if the administrator can get chat event log, get chat statistics, get message statistics in channels, get channel members, see anonymous administrators in supergroups and ignore slow mode. Implied by any other privilege; applicable to supergroups and channels only.canChangeInfo
- boolean True, if the administrator can change the chat title, photo, and other settings.canPostMessages
- boolean True, if the administrator can create channel posts; applicable to channels only.canEditMessages
- boolean True, if the administrator can edit messages of other users and pin messages; applicable to channels only.canDeleteMessages
- boolean True, if the administrator can delete messages of other users.canInviteUsers
- boolean True, if the administrator can invite new users to the chat.canRestrictMembers
- boolean True, if the administrator can restrict, ban, or unban chat members; always true for channels.canPinMessages
- boolean True, if the administrator can pin messages; applicable to basic groups and supergroups only.canPromoteMembers
- boolean True, if the administrator can add new administrators with a subset of their own privileges or demote administrators that were directly or indirectly promoted by them.canManageVideoChats
- boolean True, if the administrator can manage video chats.isAnonymous
- boolean True, if the administrator isn't shown in the chat member list and sends messages anonymously; applicable to supergroups only.
-
ChatAdministratorRights
Describes rights of the administrator.- 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()
-