ChatMemberOwner class

Represents a chat member that owns the chat and has all administrator privileges.

https://core.telegram.org/bots/api#chatmemberowner

Implemented types
Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake)

Constructors

ChatMemberOwner({required User user, required String status, required bool isAnonymous, String? customTitle})
ChatMemberOwner.fromJson(Map<String, dynamic> json)
factory

Properties

customTitle String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAnonymous bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
getter/setter pairoverride
user User
getter/setter pairoverride

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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