Skip to content

Instantly share code, notes, and snippets.

@nim4n136
Created February 19, 2020 04:36
Show Gist options
  • Save nim4n136/859d4f3a528d82b4e3024182940abe7c to your computer and use it in GitHub Desktop.
Save nim4n136/859d4f3a528d82b4e3024182940abe7c to your computer and use it in GitHub Desktop.
inline keyboard telegram bot python
bot.sendMessage(msg.chat.id, 'Share:', {
reply_markup: {
inline_keyboard: [[{
text: 'Share with your friends',
switch_inline_query: 'share'
}]]
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment