class TelegramIntegration extends Component {
  componentWillMount() {
    this.props.getTelegramApiKey();
  }