updateChatBlockList property
A chat was blocked or unblocked
Implementation
UpdateChatBlockList? get updateChatBlockList {
if (this is UpdateChatBlockList) {
return this as UpdateChatBlockList;
}
return null;
}
A chat was blocked or unblocked
UpdateChatBlockList? get updateChatBlockList {
if (this is UpdateChatBlockList) {
return this as UpdateChatBlockList;
}
return null;
}