Skip to content

Commit

Permalink
Update newmessage.go
Browse files Browse the repository at this point in the history
wtf 😒
  • Loading branch information
AmarnathCJD authored May 25, 2024
1 parent ead89ed commit 570ccee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions telegram/newmessage.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ func (m *NewMessage) ChatType() string {
case *PeerUser:
return EntityUser
case *PeerChat:
return EntityChannel
case *PeerChannel:
return EntityChat
case *PeerChannel:
return EntityChannel
}
}
return EntityUnknown
Expand Down

0 comments on commit 570ccee

Please sign in to comment.