mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +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>;
|
type CloseGeneralForumTopic = JsonRequest<payloads::CloseGeneralForumTopic>;
|
||||||
|
|
||||||
/// For Telegram documentation see [`CloseGeneralForumTopic`].
|
|
||||||
fn close_general_forum_topic<C>(&self, chat_id: C) -> Self::CloseGeneralForumTopic
|
fn close_general_forum_topic<C>(&self, chat_id: C) -> Self::CloseGeneralForumTopic
|
||||||
where
|
where
|
||||||
C: Into<Recipient>,
|
C: Into<Recipient>,
|
||||||
|
@ -765,7 +764,6 @@ impl Requester for Bot {
|
||||||
|
|
||||||
type ReopenGeneralForumTopic = JsonRequest<payloads::ReopenGeneralForumTopic>;
|
type ReopenGeneralForumTopic = JsonRequest<payloads::ReopenGeneralForumTopic>;
|
||||||
|
|
||||||
/// For Telegram documentation see [`ReopenGeneralForumTopic`].
|
|
||||||
fn reopen_general_forum_topic<C>(&self, chat_id: C) -> Self::ReopenGeneralForumTopic
|
fn reopen_general_forum_topic<C>(&self, chat_id: C) -> Self::ReopenGeneralForumTopic
|
||||||
where
|
where
|
||||||
C: Into<Recipient>,
|
C: Into<Recipient>,
|
||||||
|
@ -778,7 +776,6 @@ impl Requester for Bot {
|
||||||
|
|
||||||
type HideGeneralForumTopic = JsonRequest<payloads::HideGeneralForumTopic>;
|
type HideGeneralForumTopic = JsonRequest<payloads::HideGeneralForumTopic>;
|
||||||
|
|
||||||
/// For Telegram documentation see [`HideGeneralForumTopic`].
|
|
||||||
fn hide_general_forum_topic<C>(&self, chat_id: C) -> Self::HideGeneralForumTopic
|
fn hide_general_forum_topic<C>(&self, chat_id: C) -> Self::HideGeneralForumTopic
|
||||||
where
|
where
|
||||||
C: Into<Recipient>,
|
C: Into<Recipient>,
|
||||||
|
@ -791,7 +788,6 @@ impl Requester for Bot {
|
||||||
|
|
||||||
type UnhideGeneralForumTopic = JsonRequest<payloads::UnhideGeneralForumTopic>;
|
type UnhideGeneralForumTopic = JsonRequest<payloads::UnhideGeneralForumTopic>;
|
||||||
|
|
||||||
/// For Telegram documentation see [`UnhideGeneralForumTopic`].
|
|
||||||
fn unhide_general_forum_topic<C>(&self, chat_id: C) -> Self::UnhideGeneralForumTopic
|
fn unhide_general_forum_topic<C>(&self, chat_id: C) -> Self::UnhideGeneralForumTopic
|
||||||
where
|
where
|
||||||
C: Into<Recipient>,
|
C: Into<Recipient>,
|
||||||
|
|
Loading…
Reference in a new issue