ehForwarderBot / efb-qq-slave

EFB QQ Slave, a channel for EH Forwarder Bot. EFB QQ从端
GNU General Public License v3.0
447 stars 48 forks source link

feature:allows getting the avatar of the specified chat member #116

Closed ojhdt closed 1 year ago

ojhdt commented 1 year ago

I noticed that ehforwarderbot only allows the master slave to use get_chat_picture method to get group avatars or private chat avatars, but it cannot get the avatar of a specific message sender. So try to add get_chat_member_picture method to solve this problem. This requires both the framework and the slaves to make corresponding adaptations.