menu
messenger
api/backend/schema.graphql.dart
ToggleChatArchivationArguments
ToggleChatArchivationArguments.new constructor
ToggleChatArchivationArguments.new
dark_mode
light_mode
ToggleChatArchivationArguments
constructor
ToggleChatArchivationArguments
(
{
required
ChatId
id
,
required
bool
archive
,
})
Implementation
ToggleChatArchivationArguments({required this.id, required this.archive});
messenger
schema.graphql
ToggleChatArchivationArguments
ToggleChatArchivationArguments.new constructor
ToggleChatArchivationArguments class