mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-03 17:52:12 +01:00
parent
f46358878b
commit
c87b6d4f41
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ use std::net::SocketAddr;
|
|||
use crate::{requests::Requester, types::InputFile};
|
||||
|
||||
/// Options related to setting up webhooks.
|
||||
#[must_use]
|
||||
pub struct Options {
|
||||
/// Local address to listen to.
|
||||
pub address: SocketAddr,
|
||||
|
|
Loading…
Reference in a new issue