Uses of Class
it.tdlight.jni.TdApi.ChatAdministratorRights
-
Uses of TdApi.ChatAdministratorRights in it.tdlight.jni
Modifier and TypeFieldDescriptionTdApi.InternalLinkTypeBotAddToChannel.administratorRights
Expected administrator rights for the bot.TdApi.InternalLinkTypeBotStartInGroup.administratorRights
Expected administrator rights for the bot; may be null.TdApi.BotInfo.defaultChannelAdministratorRights
Default administrator rights for adding the bot to channels; may be null.TdApi.SetDefaultChannelAdministratorRights.defaultChannelAdministratorRights
Default administrator rights for adding the bot to channels; may be null.TdApi.BotInfo.defaultGroupAdministratorRights
Default administrator rights for adding the bot to basic group and supergroup chats; may be null.TdApi.SetDefaultGroupAdministratorRights.defaultGroupAdministratorRights
Default administrator rights for adding the bot to basic group and supergroup chats; may be null.TdApi.ChatMemberStatusAdministrator.rights
Rights of the administrator.ModifierConstructorDescriptionBotInfo
(String shareText, String description, TdApi.Photo photo, TdApi.Animation animation, TdApi.BotMenuButton menuButton, TdApi.BotCommand[] commands, TdApi.ChatAdministratorRights defaultGroupAdministratorRights, TdApi.ChatAdministratorRights defaultChannelAdministratorRights) Contains information about a bot.ChatMemberStatusAdministrator
(String customTitle, boolean canBeEdited, TdApi.ChatAdministratorRights rights) The user is a member of the chat and has some additional privileges.InternalLinkTypeBotAddToChannel
(String botUsername, TdApi.ChatAdministratorRights administratorRights) The link is a link to a Telegram bot, which is supposed to be added to a channel chat as an administrator.InternalLinkTypeBotStartInGroup
(String botUsername, String startParameter, TdApi.ChatAdministratorRights administratorRights) The link is a link to a Telegram bot, which is supposed to be added to a group chat.SetDefaultChannelAdministratorRights
(TdApi.ChatAdministratorRights defaultChannelAdministratorRights) Sets default administrator rights for adding the bot to channel chats; for bots only.SetDefaultGroupAdministratorRights
(TdApi.ChatAdministratorRights defaultGroupAdministratorRights) Sets default administrator rights for adding the bot to basic group and supergroup chats; for bots only.