[][src]Trait telegram_bot_fork::prelude::CanSendMessage

pub trait CanSendMessage {
    fn text<'s, T>(&self, text: T) -> SendMessage<'s>
    where
        T: Into<Cow<'s, str>>
; }

Send text message.

Required methods

fn text<'s, T>(&self, text: T) -> SendMessage<'s> where
    T: Into<Cow<'s, str>>, 

Loading content...

Implementors

impl<C> CanSendMessage for C where
    C: ToChatRef
[src]

Loading content...