[−][src]Enum telegram_bot_raw::types::chat::MessageChat
This object represents a private, group or supergroup.
Variants
Private(User)
Group(Group)
Supergroup(Supergroup)
Implementations
impl MessageChat
[src]
Trait Implementations
impl Clone for MessageChat
[src]
fn clone(&self) -> MessageChat
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for MessageChat
[src]
impl Eq for MessageChat
[src]
impl Hash for MessageChat
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Ord for MessageChat
[src]
fn cmp(&self, other: &MessageChat) -> Ordering
[src]
#[must_use]pub fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self
1.50.0[src]
impl PartialEq<MessageChat> for MessageChat
[src]
fn eq(&self, other: &MessageChat) -> bool
[src]
fn ne(&self, other: &MessageChat) -> bool
[src]
impl PartialOrd<MessageChat> for MessageChat
[src]
fn partial_cmp(&self, other: &MessageChat) -> Option<Ordering>
[src]
fn lt(&self, other: &MessageChat) -> bool
[src]
fn le(&self, other: &MessageChat) -> bool
[src]
fn gt(&self, other: &MessageChat) -> bool
[src]
fn ge(&self, other: &MessageChat) -> bool
[src]
impl StructuralEq for MessageChat
[src]
impl StructuralPartialEq for MessageChat
[src]
impl ToChatRef for MessageChat
[src]
fn to_chat_ref(&self) -> ChatRef
[src]
Auto Trait Implementations
impl RefUnwindSafe for MessageChat
[src]
impl Send for MessageChat
[src]
impl Sync for MessageChat
[src]
impl Unpin for MessageChat
[src]
impl UnwindSafe for MessageChat
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<C> CanExportChatInviteLink for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn export_invite_link(&Self) -> ExportChatInviteLink
[src]
impl<C> CanGetChat for C where
C: ToChatRef,
[src]
C: ToChatRef,
impl<C> CanGetChatAdministrators for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn get_administrators(&Self) -> GetChatAdministrators
[src]
impl<C> CanGetChatMemberForChat for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn get_member<O>(&Self, O) -> GetChatMember where
O: ToUserId,
[src]
O: ToUserId,
impl<C> CanGetChatMembersCount for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn get_members_count(&Self) -> GetChatMembersCount
[src]
impl<C> CanKickChatMemberForChat for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn kick<O>(&Self, O) -> KickChatMember where
O: ToUserId,
[src]
O: ToUserId,
impl<C> CanLeaveChat for C where
C: ToChatRef,
[src]
C: ToChatRef,
impl<M> CanSendAudio for M where
M: ToChatRef,
[src]
M: ToChatRef,
impl<C> CanSendChatAction for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn chat_action(&Self, ChatAction) -> SendChatAction
[src]
impl<'p, 'f, 'l, C> CanSendContact<'p, 'f, 'l> for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn contact<P, F>(&Self, P, F) -> SendContact<'p, 'f, 'l> where
F: Into<Cow<'f, str>>,
P: Into<Cow<'p, str>>,
[src]
F: Into<Cow<'f, str>>,
P: Into<Cow<'p, str>>,
impl<M> CanSendDocument for M where
M: ToChatRef,
[src]
M: ToChatRef,
impl<C> CanSendLocation for C where
C: ToChatRef,
[src]
C: ToChatRef,
impl<C> CanSendMessage for C where
C: ToChatRef,
[src]
C: ToChatRef,
impl<M> CanSendPhoto for M where
M: ToChatRef,
[src]
M: ToChatRef,
impl<C> CanSendPoll for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn poll<'q, 'o, 'e, Q, O>(&Self, Q, Vec<O, Global>) -> SendPoll<'q, 'o, 'e> where
Q: Into<Cow<'q, str>>,
O: Into<Cow<'o, str>>,
[src]
Q: Into<Cow<'q, str>>,
O: Into<Cow<'o, str>>,
impl<'t, 'a, 'f, C> CanSendVenue<'t, 'a, 'f> for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn venue<T, A>(&Self, f32, f32, T, A) -> SendVenue<'t, 'a, 'f> where
T: Into<Cow<'t, str>>,
A: Into<Cow<'a, str>>,
[src]
T: Into<Cow<'t, str>>,
A: Into<Cow<'a, str>>,
impl<M> CanSendVideo for M where
M: ToChatRef,
[src]
M: ToChatRef,
impl<C> CanUnbanChatMemberForChat for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn unban<O>(&Self, O) -> UnbanChatMember where
O: ToUserId,
[src]
O: ToUserId,
impl<C> CanUnpinMessage for C where
C: ToChatRef,
[src]
C: ToChatRef,
pub fn unpin_message(&Self) -> UnpinChatMessage
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,