TelegramEx constructor

TelegramEx(
  1. String token
)

Implementation

TelegramEx(String token)
    : _token = token,
      super(token);