mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 09:49:07 +01:00
Fix docs
This commit is contained in:
parent
950a594e78
commit
b626b3240c
1 changed files with 0 additions and 4 deletions
|
@ -752,7 +752,6 @@ impl Requester for Bot {
|
|||
|
||||
type CloseGeneralForumTopic = JsonRequest<payloads::CloseGeneralForumTopic>;
|
||||
|
||||
/// For Telegram documentation see [`CloseGeneralForumTopic`].
|
||||
fn close_general_forum_topic<C>(&self, chat_id: C) -> Self::CloseGeneralForumTopic
|
||||
where
|
||||
C: Into<Recipient>,
|
||||
|
@ -765,7 +764,6 @@ impl Requester for Bot {
|
|||
|
||||
type ReopenGeneralForumTopic = JsonRequest<payloads::ReopenGeneralForumTopic>;
|
||||
|
||||
/// For Telegram documentation see [`ReopenGeneralForumTopic`].
|
||||
fn reopen_general_forum_topic<C>(&self, chat_id: C) -> Self::ReopenGeneralForumTopic
|
||||
where
|
||||
C: Into<Recipient>,
|
||||
|
@ -778,7 +776,6 @@ impl Requester for Bot {
|
|||
|
||||
type HideGeneralForumTopic = JsonRequest<payloads::HideGeneralForumTopic>;
|
||||
|
||||
/// For Telegram documentation see [`HideGeneralForumTopic`].
|
||||
fn hide_general_forum_topic<C>(&self, chat_id: C) -> Self::HideGeneralForumTopic
|
||||
where
|
||||
C: Into<Recipient>,
|
||||
|
@ -791,7 +788,6 @@ impl Requester for Bot {
|
|||
|
||||
type UnhideGeneralForumTopic = JsonRequest<payloads::UnhideGeneralForumTopic>;
|
||||
|
||||
/// For Telegram documentation see [`UnhideGeneralForumTopic`].
|
||||
fn unhide_general_forum_topic<C>(&self, chat_id: C) -> Self::UnhideGeneralForumTopic
|
||||
where
|
||||
C: Into<Recipient>,
|
||||
|
|
Loading…
Reference in a new issue