@Target(value={METHOD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Documented public @interface BotRequest
MessageRequest, EditedMessageRequest, ChannelPostRequest, EditedChannelPostRequest, InlineQueryRequest,
CallbackQueryRequest, ChosenInlineResultRequest, ShippingQueryRequest, PollRequest,
PreCheckoutQueryRequest.
Note: works only with methods in the class marked with BotController annotation
Note: if the telegram request matched with several patterns at once, the result pattern will be selected randomly
.@AliasFor(value="value") public abstract String[] path
DefaultRequestMappingsMatcherStrategy default comparator for route priority details.AntPathMatcherpublic abstract MessageType[] type
Copyright © 2022. All rights reserved.