diff --git a/src/dispatching/dispatcher_handler_cx.rs b/src/dispatching/dispatcher_handler_cx.rs index 082f0d20..3431892f 100644 --- a/src/dispatching/dispatcher_handler_cx.rs +++ b/src/dispatching/dispatcher_handler_cx.rs @@ -124,7 +124,7 @@ impl DispatcherHandlerCx { self.bot.send_contact(self.chat_id(), phone_number, first_name) } - pub fn answer_sticker(&self, sticker: InputFile) -> SendSticker { + pub fn answer_sticker(&self, sticker: InputFile) -> SendSticker { self.bot.send_sticker(self.update.chat.id, sticker) }