Difference between revisions of "Message Types"

From truxwiki.com
Jump to navigation Jump to search
Line 57: Line 57:
 
|-
 
|-
 
| <code>MESSAGE_TYPE_LINKEDIN</code> || style="text-align:center;" | 16
 
| <code>MESSAGE_TYPE_LINKEDIN</code> || style="text-align:center;" | 16
| A LinkedInmessage
+
| A LinkedIn message
 
|}
 
|}

Revision as of 13:49, 4 February 2022

These are the types of messages that Truxton understands.

This information is also kept in the [MessageType] database table.

Name Value Meaning
MESSAGE_TYPE_UNKNOWN 0 Unknown or not set
MESSAGE_TYPE_MIME 1 A normal e-mail message
MESSAGE_TYPE_SMS 2 An SMS message usually sent between cell phones
MESSAGE_TYPE_MMS 3 An MMS message usually sent between cell phones
MESSAGE_TYPE_FACEBOOK 4 A Facebook chat message
MESSAGE_TYPE_VOICE 5 A voice call
MESSAGE_TYPE_VIDEO 6 A video call
MESSAGE_TYPE_IMESSAGE 7 An iMessage message
MESSAGE_TYPE_WHATSAPP 8 A WhatsApp message
MESSAGE_TYPE_HANGOUT 9 A Google Hangout message
MESSAGE_TYPE_TWITTER 10 A Twitter message
MESSAGE_TYPE_SNAPCHAT 11 A Snapchat message
MESSAGE_TYPE_SIGNAL 12 A Signal message
MESSAGE_TYPE_VIBER 13 A Viber message
MESSAGE_TYPE_SKYPE 14 A Skype message
MESSAGE_TYPE_TELEGRAM 15 A Telegram message
MESSAGE_TYPE_LINKEDIN 16 A LinkedIn message