Annotation Interface BotContact


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface BotContact
Maps a handler method to Telegram messages that contain a shared contact. The annotated method is invoked when an incoming message includes a contact object (e.g., when a user shares their phone number via the Telegram contact-sharing feature).
Since:
0.0.1
Author:
Islom Mirsaburov