Interface TelegramBotExt.MessageSender

Enclosing class:
TelegramBotExt
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface TelegramBotExt.MessageSender
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    send(ru.ufanet.telegrab.model.Message message)
     
  • Method Details

    • send

      void send(ru.ufanet.telegrab.model.Message message) throws ru.ufanet.telegrab.GrabException
      Throws:
      ru.ufanet.telegrab.GrabException