Uses of Class
com.jtelegram.api.message.impl.AnimationMessage
-
Packages that use AnimationMessage Package Description com.jtelegram.api.events.message com.jtelegram.api.requests.message.send -
-
Uses of AnimationMessage in com.jtelegram.api.events.message
Constructors in com.jtelegram.api.events.message with parameters of type AnimationMessage Constructor Description AnimationMessageEvent(TelegramBot bot, AnimationMessage message)
-
Uses of AnimationMessage in com.jtelegram.api.requests.message.send
Method parameters in com.jtelegram.api.requests.message.send with type arguments of type AnimationMessage Modifier and Type Method Description SendAnimation.SendAnimationBuilder
SendAnimation.SendAnimationBuilder. callback(java.util.function.Consumer<AnimationMessage> callback)
Constructor parameters in com.jtelegram.api.requests.message.send with type arguments of type AnimationMessage Constructor Description SendAnimation(java.util.function.Consumer<AnimationMessage> callback, java.util.function.Consumer<TelegramException> errorHandler, ChatId chatId, java.lang.Integer replyToMessageId, java.lang.Boolean disableNotification, ReplyMarkup replyMarkup, InputFile animation, LocalInputFile thumbnail, java.lang.Long duration, java.lang.Integer width, java.lang.Integer height, java.lang.String caption, ParseMode parseMode)
-