pub struct GetMyDefaultAdministratorRights {
pub for_channels: Option<bool>,
}
Expand description
Use this method to get the current value of the bot’s menu button in a private chat, or the default menu button.
Fields§
§for_channels: Option<bool>
Pass True to get default administrator rights of the bot in channels. Otherwise, default administrator rights of the bot for groups and supergroups will be returned.
Implementations§
Trait Implementations§
source§impl PartialEq<GetMyDefaultAdministratorRights> for GetMyDefaultAdministratorRights
impl PartialEq<GetMyDefaultAdministratorRights> for GetMyDefaultAdministratorRights
source§fn eq(&self, other: &GetMyDefaultAdministratorRights) -> bool
fn eq(&self, other: &GetMyDefaultAdministratorRights) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Payload for GetMyDefaultAdministratorRights
impl Payload for GetMyDefaultAdministratorRights
§type Output = ChatAdministratorRights
type Output = ChatAdministratorRights
The return type of a Telegram method. Read more
source§fn timeout_hint(&self) -> Option<Duration>
fn timeout_hint(&self) -> Option<Duration>
If this payload may take long time to execute (e.g.
GetUpdates
with
big timeout
), the minimum timeout that should be used.impl Eq for GetMyDefaultAdministratorRights
impl StructuralEq for GetMyDefaultAdministratorRights
impl StructuralPartialEq for GetMyDefaultAdministratorRights
Auto Trait Implementations§
impl RefUnwindSafe for GetMyDefaultAdministratorRights
impl Send for GetMyDefaultAdministratorRights
impl Sync for GetMyDefaultAdministratorRights
impl Unpin for GetMyDefaultAdministratorRights
impl UnwindSafe for GetMyDefaultAdministratorRights
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.