This commit is contained in:
Maybe Waffle 2023-01-14 20:51:20 +04:00
parent 950a594e78
commit b626b3240c

View file

@ -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>,