menu
tdlib package
documentation
td_api.dart
InputMessageDice
InputMessageDice const constructor
InputMessageDice const constructor
dark_mode
light_mode
InputMessageDice
constructor
const
InputMessageDice
(
{
required
String
emoji
,
required
bool
clearDraft
,
})
A dice message
Implementation
const InputMessageDice({ required this.emoji, required this.clearDraft, });
tdlib package
documentation
td_api
InputMessageDice
InputMessageDice const constructor
InputMessageDice class