menu
messenger
api/backend/schema.graphql.dart
ReadChatArguments
ReadChatArguments constructor
ReadChatArguments
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 constructor
ReadChatArguments class