from static method
@return a ChatFutures created around the provided Chat
Implementation
static ChatFutures from(Chat chat) {
return _FuturesImpl(chat);
}
@return a ChatFutures created around the provided Chat
static ChatFutures from(Chat chat) {
return _FuturesImpl(chat);
}