ChatMemberBanned constructor
Creates a new ChatMemberBanned object.
Implementation
const ChatMemberBanned({
required this.user,
required this.untilDate,
});
Creates a new ChatMemberBanned object.
const ChatMemberBanned({
required this.user,
required this.untilDate,
});