mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-23 15:01:45 +01:00
Make MessageDice.dice public
This commit is contained in:
parent
bb829cf748
commit
edb5d6ffa0
1 changed files with 1 additions and 1 deletions
|
@ -1061,7 +1061,7 @@ impl MediaVenue {
|
|||
#[non_exhaustive]
|
||||
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