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};
|
use crate::{requests::Requester, types::InputFile};
|
||||||
|
|
||||||
/// Options related to setting up webhooks.
|
/// Options related to setting up webhooks.
|
||||||
|
#[must_use]
|
||||||
pub struct Options {
|
pub struct Options {
|
||||||
/// Local address to listen to.
|
/// Local address to listen to.
|
||||||
pub address: SocketAddr,
|
pub address: SocketAddr,
|
||||||
|
|
Loading…
Reference in a new issue