Skip to content

Instantly share code, notes, and snippets.

@SilencerWeb
Created June 20, 2019 10:43
Show Gist options
  • Save SilencerWeb/989a138e33f4863dee2b36fd276ca3a9 to your computer and use it in GitHub Desktop.
Save SilencerWeb/989a138e33f4863dee2b36fd276ca3a9 to your computer and use it in GitHub Desktop.
bot.telegram.sendVideo('', '', {
reply_markup: {
inline_keyboard: [
[
{
text: 'Remove caption',
callback_data: `remove_post_caption_${id}`,
},
],
[
{
text: 'Approve',
callback_data: `approve_post_${id}`,
},
{
text: 'Dismiss',
callback_data: `dismiss_post_${id}`,
},
],
],
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment