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