pub trait CanRestrictChatMemberForUser {
    fn restrict_from<O>(&self, other: O) -> RestrictChatMember
    where
        O: ToChatRef
; }
Expand description

Restrict a user from a group or a supergroup.

Required Methods

Implementors