updateChatBlockList property

UpdateChatBlockList? updateChatBlockList

A chat was blocked or unblocked

Implementation

UpdateChatBlockList? get updateChatBlockList {
  if (this is UpdateChatBlockList) {
    return this as UpdateChatBlockList;
  }
  return null;
}