go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.7k stars 879 forks source link

`MessageEntity.URL` is empty #518

Closed jtagcat closed 2 years ago

jtagcat commented 2 years ago

image

URL should be populated.

Using u.ChannelPost.Entities from updates

jtagcat commented 2 years ago

might be upstream issue

jtagcat commented 2 years ago

upstream returns

        "entities": [
          {
            "offset": 0,
            "length": 60,
            "type": "url"
          }
        ]