ChatMemberAdministrator

telegramium.bots.ChatMemberAdministrator
final case class ChatMemberAdministrator(user: User, canBeEdited: Boolean, isAnonymous: Boolean, canManageChat: Boolean, canDeleteMessages: Boolean, canManageVideoChats: Boolean, canRestrictMembers: Boolean, canPromoteMembers: Boolean, canChangeInfo: Boolean, canInviteUsers: Boolean, canPostStories: Boolean, canEditStories: Boolean, canDeleteStories: Boolean, canPostMessages: Option[Boolean], canEditMessages: Option[Boolean], canPinMessages: Option[Boolean], canManageTopics: Option[Boolean], customTitle: Option[String]) extends ChatMember

Represents a chat member that has some additional privileges.

Value parameters

canBeEdited

True, if the bot is allowed to edit administrator privileges of that user

canChangeInfo

True, if the user is allowed to change the chat title, photo and other settings

canDeleteMessages

True, if the administrator can delete messages of other users

canDeleteStories

True, if the administrator can delete stories posted by other users

canEditMessages

Optional. True, if the administrator can edit messages of other users and can pin messages; for channels only

canEditStories

True, if the administrator can edit stories posted by other users

canInviteUsers

True, if the user is allowed to invite new users to the chat

canManageChat

True, if the administrator can access the chat event log, get boost list, see hidden supergroup and channel members, report spam messages and ignore slow mode. Implied by any other administrator privilege.

canManageTopics

Optional. True, if the user is allowed to create, rename, close, and reopen forum topics; for supergroups only

canManageVideoChats

True, if the administrator can manage video chats

canPinMessages

Optional. True, if the user is allowed to pin messages; for groups and supergroups only

canPostMessages

Optional. True, if the administrator can post messages in the channel, or access channel statistics; for channels only

canPostStories

True, if the administrator can post stories to the chat

canPromoteMembers

True, if the administrator can add new administrators with a subset of their own privileges or demote administrators that they have promoted, directly or indirectly (promoted by administrators that were appointed by the user)

canRestrictMembers

True, if the administrator can restrict, ban or unban chat members, or access supergroup statistics

customTitle

Optional. Custom title for this user

isAnonymous

True, if the user's presence in the chat is hidden

user

Information about the user

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ChatMember
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product