pub struct ChatParticipantsRequest {
pub chat_id: InlineId,
}Expand description
Request to fetch chat participants.
Fields§
§chat_id: InlineIdInline chat ID.
Trait Implementations§
Source§impl Clone for ChatParticipantsRequest
impl Clone for ChatParticipantsRequest
Source§fn clone(&self) -> ChatParticipantsRequest
fn clone(&self) -> ChatParticipantsRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChatParticipantsRequest
impl Debug for ChatParticipantsRequest
Source§impl<'de> Deserialize<'de> for ChatParticipantsRequest
impl<'de> Deserialize<'de> for ChatParticipantsRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ChatParticipantsRequest
Source§impl PartialEq for ChatParticipantsRequest
impl PartialEq for ChatParticipantsRequest
Source§impl Serialize for ChatParticipantsRequest
impl Serialize for ChatParticipantsRequest
impl StructuralPartialEq for ChatParticipantsRequest
Auto Trait Implementations§
impl Freeze for ChatParticipantsRequest
impl RefUnwindSafe for ChatParticipantsRequest
impl Send for ChatParticipantsRequest
impl Sync for ChatParticipantsRequest
impl Unpin for ChatParticipantsRequest
impl UnsafeUnpin for ChatParticipantsRequest
impl UnwindSafe for ChatParticipantsRequest
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