Merge pull request #20 from teloxide/fix_message_dice

make MessageDice::dice public
This commit is contained in:
Temirkhan Myrzamadi 2020-10-29 12:48:39 +06:00 committed by GitHub
commit 59f01a72c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {