ba0f3 / telebot.nim

Async Telegram Bot API Client implement in @Nim-Lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting id of just sent message

Michal-Szczepaniak opened this issue · comments

I want to get id of message i just sent and then edit it. How can i do that? For editing message i guess i should use editMessageText but bot.send is discarded in every example so i'm confused

send will returns an instance of sent Message

ahh thanks