analising email #168
Answered
by
DinoLeung
paulobreim
asked this question in
Q&A
-
Whats is the difference from teledart .onMessage(entityType: 'email') ..... ? |
Beta Was this translation helpful? Give feedback.
Answered by
DinoLeung
Mar 15, 2021
Replies: 1 comment
-
There's no difference. teledart.onEmail() is simply a shortcut of teledart .onMessage(entityType: 'email') if you look into the implementation |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DinoLeung
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no difference. teledart.onEmail() is simply a shortcut of teledart .onMessage(entityType: 'email') if you look into the implementation