mirror of
https://github.com/teloxide/teloxide.git
synced 2024-12-22 14:35:36 +01:00
Improve spacing
This commit is contained in:
parent
660c58c95c
commit
170941e797
1 changed files with 2 additions and 4 deletions
|
@ -260,10 +260,8 @@ impl ChatMemberKind {
|
|||
}
|
||||
|
||||
/// Returns `true` if the user is currently present in the chat. i.e. if the
|
||||
/// user **hasn't** [left] or been [banned]. It returns `false` if the user
|
||||
/// left the chat, but was [restricted].
|
||||
///
|
||||
///
|
||||
/// user **hasn't** [left] or been [banned]. It also returns `false` if the
|
||||
/// user left the chat, but was [restricted].
|
||||
///
|
||||
/// [left]: ChatMemberKind::Left
|
||||
/// [banned]: ChatMemberKind::Banned
|
||||
|
|
Loading…
Reference in a new issue