scavin / docker-EFBv2

A docker image for https://github.com/blueset/ehForwarderBot
GNU General Public License v3.0
16 stars 8 forks source link

AnimatedSticker messages are not supported by EFB Telegram Master channel. #3

Closed zhou13 closed 4 years ago

zhou13 commented 4 years ago

您好!我用的你的docker的dev版本,但是依旧无法使用 AnimatedSticker,发sticker会返回 AnimatedSticker messages are not supported by EFB Telegram Master channel。这个是我的docker-compose.yml:

efbv2:
  image: scavin/docker-efbv2:dev
  container_name: efbv2
  restart: always
  dns: 8.8.8.8
  volumes:
    - ./:/root/.ehforwarderbot/profiles/default/
scavin commented 4 years ago

有一种贴纸是 Telegram 端不支持,中间件没用的。

你可以试试官方那个香蕉的动态贴纸,可以正常发送的。然后一些第三方贴纸会丢失部分区域...

scavin commented 4 years ago

photo_2020-02-24_17-33-06

红色那个就不全..

zhou13 commented 4 years ago

我看了下最新的 EFB Telegram 好像需要设置

flags:
    animated_stickers: true

我测试下行不行

scavin commented 4 years ago

https://github.com/scavin/docker-EFBv2/tree/dev#bluesettelegramconfigyaml 这一部分有啊

zhou13 commented 4 years ago

不好意思,我安装的时候看的是master的文档。试了下这个功能感觉还是挺buggy的,速度不太对并且大部分sticker的转换都有点问题。谢谢帮助!