mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Merge pull request #20 from teloxide/fix_message_dice
make MessageDice::dice public
This commit is contained in:
commit
59f01a72c0
1 changed files with 1 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ impl MediaVenue {
|
|||
#[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]
|
||||
pub struct MessageDice {
|
||||
/// Message is a dice with random value from 1 to 6.
|
||||
dice: Dice,
|
||||
pub dice: Dice,
|
||||
}
|
||||
|
||||
mod getters {
|
||||
|
|
Loading…
Reference in a new issue