feat(bot): implement unban chat member for channels

This commit is contained in:
Mohamad Jahani 2017-06-18 21:29:25 +04:30
parent d23f8e850e
commit 12f3478326
2 changed files with 7 additions and 4 deletions

View file

@ -883,6 +883,7 @@ type CallbackConfig struct {
type ChatMemberConfig struct {
ChatID int64
SuperGroupUsername string
ChannelUsername string
UserID int
}