ba0f3 / telebot.nim

Async Telegram Bot API Client implement in @Nim-Lang
MIT License
165 stars 24 forks source link

Add macro to generate missing InputMedia functions #19

Closed zedeus closed 5 years ago

zedeus commented 5 years ago

This generates missing functions to create InputMedia objects. The usage of the new ones is the same as the old ones.

let 
  p = newInputMediaPhoto(fileId)
  a = newinputMediaAnimation(fileId, caption="Text")