menu
messenger
api/backend/schema.graphql.dart
ClearChatArguments
ClearChatArguments constructor
ClearChatArguments
dark_mode
light_mode
ClearChatArguments
constructor
ClearChatArguments
(
{
required
ChatId
id
,
required
ChatItemId
untilId
,
})
Implementation
ClearChatArguments({ required this.id, required this.untilId, });
messenger
schema.graphql
ClearChatArguments
ClearChatArguments constructor
ClearChatArguments class