menu
max_bot_api package
documentation
types.dart
ActionResponse
ActionResponse.new const constructor
ActionResponse.new const constructor
dark_mode
light_mode
ActionResponse
constructor
const
ActionResponse
(
{
required
bool
success
,
String
?
message
,
})
Implementation
const ActionResponse({required this.success, this.message});
max_bot_api package
documentation
types
ActionResponse
ActionResponse.new const constructor
ActionResponse class