pub trait Album: MediaMessage {
fn media_group_id(&self) -> Option<&str>;
}
Expand description
A general trait for album items.
Required Methods§
sourcefn media_group_id(&self) -> Option<&str>
fn media_group_id(&self) -> Option<&str>
The ID of the album.