Enum telegram_bot::ListeningMethod [−][src]
Different method how to listen for new updates. Currently LongPoll
is
the only method supported by this library. The Telegram API offers a
webhook method which is not yet implemented here.
Variants
LongPoll(Option<Integer>)
Auto Trait Implementations
impl Send for ListeningMethod
impl Send for ListeningMethod
impl Sync for ListeningMethod
impl Sync for ListeningMethod