Roman Khafizianov
Roman Khafizianov
Hi! JIRA is the next planned integration. I will push the beta as soon as I finished writing main tests for the platform
@compiaffe I'm planning the both
Hi @fauno! I'm using HTML to pass the messages to Telegram to avoid accidentally broken markdown syntax. This way I will need to parse Gitlab's Markdown and transform into HTML...
@fauno Unfortunately, I can't just pass raw Markdown from Gitlab into Telegram Bot API because this will break a lot of messages with unintended markdown characters etc. Telegram Bot API...
Sorry for the late answer. Looks like you run webhook bot at least once on this docker setup before. So it was being added to the cache and now pings...
Hi, currently there is no simple flow to add bot from private message to specific channel (like for groups). Also the last version of Integram relates on inline buttons widely....
@gageleb Hi! This flow was updated earlier this year. For [Bitbucket](https://t.me/bitbucket_bot)&[Gitlab](https://t.me/gitlab_bot) bots – just add it to the channel and send the **/start** command. The bot will give you the...
This bot is supposed to use the [Slack-like syntax](https://api.slack.com/docs/message-formatting#message_formatting). BTW I'm agree that the webhook endpoint shouldn't return 200 status in case it was failed to parse the payload. I...
Hi Larry. Do you mean Inline keyboard (in the message) or the one that appears instead of common keyboard?
For the inline keyboard here is example. Make sure to add **callbackFunc** to the service configuration (inside the **Actions**) ``` func sendMessageWithInlineKeyboard(c *integram.Context) { kb := integram.InlineButtons{} kb.Append("callback_data1", "1 Button's...