feat(bot): implement unban chat member for channels
This commit is contained in:
parent
d23f8e850e
commit
12f3478326
2 changed files with 7 additions and 4 deletions
|
@ -883,6 +883,7 @@ type CallbackConfig struct {
|
|||
type ChatMemberConfig struct {
|
||||
ChatID int64
|
||||
SuperGroupUsername string
|
||||
ChannelUsername string
|
||||
UserID int
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue