mirror of
https://github.com/teloxide/teloxide.git
synced 2025-03-24 07:39:27 +01:00
Include ChatJoinRequest
in full set of update kinds
This commit is contained in:
parent
4d250d6a05
commit
b78a3afde3
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ impl EventKind for Kind {
|
||||||
PollAnswer,
|
PollAnswer,
|
||||||
MyChatMember,
|
MyChatMember,
|
||||||
ChatMember,
|
ChatMember,
|
||||||
|
ChatJoinRequest,
|
||||||
]
|
]
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.map(Kind)
|
.map(Kind)
|
||||||
|
|
Loading…
Add table
Reference in a new issue