ChatMemberStatusCreator constructor
const
ChatMemberStatusCreator({})
The user is the owner of the chat and has all the administrator privileges
Implementation
const ChatMemberStatusCreator({
required this.customTitle,
required this.isAnonymous,
required this.isMember,
});