pub struct GetSendAs {
pub for_paid_reactions: bool,
pub for_live_stories: bool,
pub peer: InputPeer,
}Expand description
Generated from:
channels.getSendAs#e785a43f flags:# for_paid_reactions:flags.0?true for_live_stories:flags.1?true peer:InputPeer = channels.SendAsPeersFields§
§for_paid_reactions: bool§for_live_stories: bool§peer: InputPeerTrait Implementations§
Source§impl Identifiable for GetSendAs
impl Identifiable for GetSendAs
Source§const CONSTRUCTOR_ID: u32 = 0xe785a43f
const CONSTRUCTOR_ID: u32 = 0xe785a43f
The constructor ID as specified in the TL schema.
Source§impl RemoteCall for GetSendAs
impl RemoteCall for GetSendAs
Source§type Return = SendAsPeers
type Return = SendAsPeers
The deserialized response type.
Source§impl Serializable for GetSendAs
impl Serializable for GetSendAs
impl StructuralPartialEq for GetSendAs
Auto Trait Implementations§
impl Freeze for GetSendAs
impl RefUnwindSafe for GetSendAs
impl Send for GetSendAs
impl Sync for GetSendAs
impl Unpin for GetSendAs
impl UnsafeUnpin for GetSendAs
impl UnwindSafe for GetSendAs
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