pub struct TelegramChannel { /* private fields */ }Expand description
Telegram channel via openclaw (or any CLI provider).
Implementations§
Source§impl TelegramChannel
impl TelegramChannel
pub fn new(target: String, provider: String) -> Self
pub fn from_config(config: &ChannelConfig) -> Self
Trait Implementations§
Source§impl Channel for TelegramChannel
impl Channel for TelegramChannel
Auto Trait Implementations§
impl !Freeze for TelegramChannel
impl RefUnwindSafe for TelegramChannel
impl Send for TelegramChannel
impl Sync for TelegramChannel
impl Unpin for TelegramChannel
impl UnsafeUnpin for TelegramChannel
impl UnwindSafe for TelegramChannel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more