Skip to content

Commit

Permalink
Merge branch 'main' of github.com:yashgo0018/maci-telegram-bot-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgo0018 committed Jun 23, 2024
2 parents 5e2d32a + 77432d5 commit a8ba595
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ async fn main() {
MessageKind::LeftChatMember(MessageLeftChatMember{left_chat_member}) => {
let member_id = left_chat_member.id.0 as i64;
remove_user_from_group(connection, chat_id, member_id);
println!("Left Member: {:?}", left_chat_member);
}
MessageKind::Common(message) => {
match &message.media_kind {
Expand Down

0 comments on commit a8ba595

Please sign in to comment.