Struct telegram_bot::types::requests::UnbanChatMember [] [src]

#[must_use = "requests do nothing unless sent"]
pub struct UnbanChatMember { /* fields omitted */ }

Use this method to unban a previously kicked user in a supergroup or channel. The user will not return to the group or channel automatically, but will be able to join via link, etc. The bot must be an administrator in the group for this to work.

Methods

impl UnbanChatMember
[src]

[src]

Trait Implementations

impl Clone for UnbanChatMember
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Request for UnbanChatMember
[src]

impl Serialize for UnbanChatMember
[src]

[src]

impl PartialOrd<UnbanChatMember> for UnbanChatMember
[src]

[src]

[src]

[src]

[src]

[src]

impl PartialEq<UnbanChatMember> for UnbanChatMember
[src]

[src]

[src]

impl Debug for UnbanChatMember
[src]

[src]

Formats the value using the given formatter.