ChatMemberStatusAdministrator class

Inheritance

Constructors

ChatMemberStatusAdministrator({required String customTitle, required bool canBeEdited, required ChatAdministratorRights rights})
The user is a member of the chat and has some additional privileges. In basic groups, administrators can edit and delete messages sent by others, add new members, ban unprivileged members, and manage video chats.. In supergroups and channels, there are more detailed options for administrator privileges
const
ChatMemberStatusAdministrator.fromJson(Map<String, dynamic> json)
Parse from a json
factory

Properties

canBeEdited bool
canBeEdited True, if the current user can edit the administrator privileges for the called user
final
clientId int?
client identifier
no setterinherited
customTitle String
customTitle A custom title of the administrator; 0-16 characters without emojis; applicable to supergroups only
final
extra → dynamic
callback sign
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
rights ChatAdministratorRights
rights Rights of the administrator
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? customTitle, bool? canBeEdited, ChatAdministratorRights? rights}) ChatMemberStatusAdministrator
override
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

CONSTRUCTOR → const String