ClearChatArguments constructor

ClearChatArguments({
  1. required ChatId id,
  2. required ChatItemId untilId,
})

Implementation

ClearChatArguments({
  required this.id,
  required this.untilId,
});