chatMemberStatusCreator property
The user is the owner of the chat and has all the administrator privileges
Implementation
ChatMemberStatusCreator? get chatMemberStatusCreator {
if (this is ChatMemberStatusCreator) {
return this as ChatMemberStatusCreator;
}
return null;
}