pub struct GetChannelRecommendations {
pub channel: Option<InputChannel>,
}Expand description
channels.getChannelRecommendations
Generated from:
channels.getChannelRecommendations#25a71742 flags:# channel:flags.0?InputChannel = messages.ChatsFields§
§channel: Option<InputChannel>Trait Implementations§
Source§impl Clone for GetChannelRecommendations
impl Clone for GetChannelRecommendations
Source§fn clone(&self) -> GetChannelRecommendations
fn clone(&self) -> GetChannelRecommendations
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetChannelRecommendations
impl Debug for GetChannelRecommendations
Source§impl Identifiable for GetChannelRecommendations
impl Identifiable for GetChannelRecommendations
Source§const CONSTRUCTOR_ID: u32 = 0x25a71742
const CONSTRUCTOR_ID: u32 = 0x25a71742
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for GetChannelRecommendations
Auto Trait Implementations§
impl Freeze for GetChannelRecommendations
impl RefUnwindSafe for GetChannelRecommendations
impl Send for GetChannelRecommendations
impl Sync for GetChannelRecommendations
impl Unpin for GetChannelRecommendations
impl UnsafeUnpin for GetChannelRecommendations
impl UnwindSafe for GetChannelRecommendations
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more