ServerButtonContext constructor
ServerButtonContext({})
Implementation
ServerButtonContext({
required this.id,
required this.applicationId,
required this.token,
required this.version,
required this.customId,
required this.channelId,
required this.messageId,
}) {
interaction = Interaction(token, id);
}