ServerDialogContext constructor
ServerDialogContext({})
Implementation
ServerDialogContext({
required this.id,
required this.applicationId,
required this.token,
required this.version,
required this.customId,
required this.member,
}) {
interaction = Interaction(token, id);
}