ba0f3 / telebot.nim

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

'linkPreviewOptions' is inaccessible from InputMessageContent #92

Closed baalajimaestro closed 7 months ago

baalajimaestro commented 7 months ago

I am using InputMessageContent, and linkPreviewOptions is not exported from the function here.

https://github.com/ba0f3/telebot.nim/blob/144b76381362ecc4e1446760fef26c29f718093b/src/telebot/private/types.nim#L899

Was it accidental?

ba0f3 commented 7 months ago

yes it was