bot-java icon indicating copy to clipboard operation
bot-java copied to clipboard

add param format in editText

Open keich opened this issue 1 year ago • 4 comments

API editText has't param fromat

keich avatar Feb 28 '24 12:02 keich

ICQ is still alive? :)

https://habr.com/en/news/747556/

nikialeksey avatar Feb 28 '24 12:02 nikialeksey

ICQ is still alive? :)

Yes, you can download the application from this link in the RuStore app store https://apps.rustore.ru/app/com.icq.mobile.client

mboriskin avatar Feb 28 '24 13:02 mboriskin

But last update was about year ago

nikialeksey avatar Feb 28 '24 17:02 nikialeksey

But last update was about year ago

You can download the latest version from the official ICQ website for the Desktop platform at this link https://icq.com/desktop/en?#mac Alternatively, you can use the most up-to-date version online at this link https://web.icq.com/

It's also important to note that this library can be used not only for ICQ but also for VK Teams bots - the new corporate messenger from VK. You can find the Bot API at this link https://teams.vk.com/botapi/ To download the latest version for each supported platform, please follow this link https://teams.vk.com/download

For VK Teams: create bot with token from Metabot and host url (for example https://myteam.mail.ru/)

BotApiClient client = new BotApiClient(apiBaseUrl, token);

mboriskin avatar Feb 28 '24 17:02 mboriskin