mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-14 11:44:04 +01:00
make MessageDice::dice public
This commit is contained in:
parent
2e88ba3002
commit
6ae9db4edd
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…
Add table
Reference in a new issue