Andrew Demonov

Results 1 issues of Andrew Demonov

I've modified a basic example, adding the reply keyboard to the message: ``` let future = api.stream().for_each(|update| { if let UpdateKind::Message(message) = update.kind { if let MessageKind::Text { ref data,...

bug