Uses of Class
org.telegram.abilitybots.api.objects.MessageContext
-
Packages that use MessageContext Package Description org.telegram.abilitybots.api.objects org.telegram.abilitybots.api.util -
-
Uses of MessageContext in org.telegram.abilitybots.api.objects
Methods in org.telegram.abilitybots.api.objects that return MessageContext Modifier and Type Method Description static MessageContextMessageContext. newContext(org.telegram.telegrambots.meta.api.objects.Update update, org.telegram.telegrambots.meta.api.objects.User user, Long chatId, String... arguments)Methods in org.telegram.abilitybots.api.objects that return types with arguments of type MessageContext Modifier and Type Method Description Consumer<MessageContext>Ability. action()Consumer<MessageContext>Ability. postAction()Method parameters in org.telegram.abilitybots.api.objects with type arguments of type MessageContext Modifier and Type Method Description Ability.AbilityBuilderAbility.AbilityBuilder. action(Consumer<MessageContext> consumer)Ability.AbilityBuilderAbility.AbilityBuilder. post(Consumer<MessageContext> postAction) -
Uses of MessageContext in org.telegram.abilitybots.api.util
Methods in org.telegram.abilitybots.api.util that return types with arguments of type MessageContext Modifier and Type Method Description static Consumer<MessageContext>AbilityUtils. commitTo(DBContext db)Commits to DB.
-