calico-crusade / palringo-api-std

Palringo API re-written for .net standard.
MIT License
5 stars 1 forks source link

LCommand send Images #7

Closed dawalters1 closed 4 years ago

dawalters1 commented 6 years ago

Sending images when using LCommand is unsupported

dawalters1 commented 6 years ago

can do bot.Reply(msg as Message, Image); but can not do bot.Private(Id, Image), always requests Language and TextId

calico-crusade commented 5 years ago

I cannot replicate this issue. It seems to be working for me. Could you post the code that isn't working?