You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like bots clean up their messages after a month or two. If forwarded to a dialog, such message will remain in dialog, but as soon as original bot message is removed, official client will show comething like this:
Looks like bots clean up their messages after a month or two. If forwarded to a dialog, such message will remain in dialog, but as soon as original bot message is removed, official client will show comething like this:
get_message <id>
on that message returns this:but
load_image <id>
will crash telegram-cli: message is "media_photo" but has no photo, so here https://github.com/vysheng/tg/blob/master/interface.c#L1485M->media.photo
isNULL
:and then here https://github.com/vysheng/tgl/blob/master/queries.c#L3304
tgl_do_load_photo
crashes because of null pointer.The text was updated successfully, but these errors were encountered: