pub struct SendGroupCallMessage {
pub call: InputGroupCall,
pub random_id: i64,
pub message: TextWithEntities,
pub allow_paid_stars: Option<i64>,
pub send_as: Option<InputPeer>,
}Expand description
Generated from:
phone.sendGroupCallMessage#b1d11410 flags:# call:InputGroupCall random_id:long message:TextWithEntities allow_paid_stars:flags.0?long send_as:flags.1?InputPeer = UpdatesFields§
§call: InputGroupCall§random_id: i64§message: TextWithEntities§allow_paid_stars: Option<i64>§send_as: Option<InputPeer>Trait Implementations§
Source§impl Clone for SendGroupCallMessage
impl Clone for SendGroupCallMessage
Source§fn clone(&self) -> SendGroupCallMessage
fn clone(&self) -> SendGroupCallMessage
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 SendGroupCallMessage
impl Debug for SendGroupCallMessage
Source§impl Identifiable for SendGroupCallMessage
impl Identifiable for SendGroupCallMessage
Source§const CONSTRUCTOR_ID: u32 = 0xb1d11410
const CONSTRUCTOR_ID: u32 = 0xb1d11410
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SendGroupCallMessage
impl PartialEq for SendGroupCallMessage
Source§impl RemoteCall for SendGroupCallMessage
impl RemoteCall for SendGroupCallMessage
Source§impl Serializable for SendGroupCallMessage
impl Serializable for SendGroupCallMessage
impl StructuralPartialEq for SendGroupCallMessage
Auto Trait Implementations§
impl Freeze for SendGroupCallMessage
impl RefUnwindSafe for SendGroupCallMessage
impl Send for SendGroupCallMessage
impl Sync for SendGroupCallMessage
impl Unpin for SendGroupCallMessage
impl UnsafeUnpin for SendGroupCallMessage
impl UnwindSafe for SendGroupCallMessage
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