pub struct AllowSendMessage {
pub bot: InputUser,
}Expand description
Read bots.allowSendMessage docs.
Generated from the following TL definition:
bots.allowSendMessage#f132e3ef bot:InputUser = UpdatesFields§
§bot: InputUserTrait Implementations§
Source§impl Clone for AllowSendMessage
impl Clone for AllowSendMessage
Source§fn clone(&self) -> AllowSendMessage
fn clone(&self) -> AllowSendMessage
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 AllowSendMessage
impl Debug for AllowSendMessage
Source§impl Identifiable for AllowSendMessage
impl Identifiable for AllowSendMessage
Source§const CONSTRUCTOR_ID: u32 = 4046644207
const CONSTRUCTOR_ID: u32 = 4046644207
The unique identifier for the type.
Source§impl PartialEq for AllowSendMessage
impl PartialEq for AllowSendMessage
Source§impl RemoteCall for AllowSendMessage
impl RemoteCall for AllowSendMessage
Source§impl Serializable for AllowSendMessage
impl Serializable for AllowSendMessage
impl StructuralPartialEq for AllowSendMessage
Auto Trait Implementations§
impl Freeze for AllowSendMessage
impl RefUnwindSafe for AllowSendMessage
impl Send for AllowSendMessage
impl Sync for AllowSendMessage
impl Unpin for AllowSendMessage
impl UnsafeUnpin for AllowSendMessage
impl UnwindSafe for AllowSendMessage
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