chatTypeSupergroup property
A supergroup or channel (with unlimited members)
Implementation
ChatTypeSupergroup? get chatTypeSupergroup {
if (this is ChatTypeSupergroup) {
return this as ChatTypeSupergroup;
}
return null;
}
A supergroup or channel (with unlimited members)
ChatTypeSupergroup? get chatTypeSupergroup {
if (this is ChatTypeSupergroup) {
return this as ChatTypeSupergroup;
}
return null;
}