Difference between revisions of "Message Types"

From truxwiki.com
Jump to navigation Jump to search
(Created page with "These are the types of URLs that Truxton ships with. This information is also kept in the <code>MessageType</code> database table. {| class="wikitable" ! Name ! Value ! Mean...")
 
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
These are the types of URLs that Truxton ships with.
+
These are the types of messages that Truxton understands.
  
This information is also kept in the <code>MessageType</code> database table.
+
This information is also kept in the <code>[MessageType]</code> database table.
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 33: Line 33:
 
|-
 
|-
 
| <code>MESSAGE_TYPE_WHATSAPP</code> || style="text-align:center;" | 8
 
| <code>MESSAGE_TYPE_WHATSAPP</code> || style="text-align:center;" | 8
| A WhatsApp message
+
| A [https://www.whatsapp.com/ WhatsApp] message
 
|-
 
|-
 
| <code>MESSAGE_TYPE_HANGOUT</code> || style="text-align:center;" | 9
 
| <code>MESSAGE_TYPE_HANGOUT</code> || style="text-align:center;" | 9
Line 39: Line 39:
 
|-
 
|-
 
| <code>MESSAGE_TYPE_TWITTER</code> || style="text-align:center;" | 10
 
| <code>MESSAGE_TYPE_TWITTER</code> || style="text-align:center;" | 10
| A Twitter message
+
| A [https://twitter.com/ Twitter] message
 
|-
 
|-
 
| <code>MESSAGE_TYPE_SNAPCHAT</code> || style="text-align:center;" | 11
 
| <code>MESSAGE_TYPE_SNAPCHAT</code> || style="text-align:center;" | 11
| A Snapchat message
+
| A [https://www.snapchat.com/ Snapchat] message
 
|-
 
|-
 
| <code>MESSAGE_TYPE_SIGNAL</code> || style="text-align:center;" | 12
 
| <code>MESSAGE_TYPE_SIGNAL</code> || style="text-align:center;" | 12
Line 48: Line 48:
 
|-
 
|-
 
| <code>MESSAGE_TYPE_VIBER</code> || style="text-align:center;" | 13
 
| <code>MESSAGE_TYPE_VIBER</code> || style="text-align:center;" | 13
| A Viber message
+
| A [https://www.viber.com/ Viber] message
 +
|-
 +
| <code>MESSAGE_TYPE_SKYPE</code> || style="text-align:center;" | 14
 +
| A [https://www.skype.com/ Skype] message
 +
|-
 +
| <code>MESSAGE_TYPE_TELEGRAM</code> || style="text-align:center;" | 15
 +
| A [https://telegram.org/ Telegram] message
 +
|-
 +
| <code>MESSAGE_TYPE_LINKEDIN</code> || style="text-align:center;" | 16
 +
| A [https://www.linkedin.com/ LinkedIn] message
 +
|-
 +
| <code>MESSAGE_TYPE_INSTAGRAM</code> || style="text-align:center;" | 17
 +
| An [https://www.instagram.com/ Instagram] message
 +
|-
 +
| <code>MESSAGE_TYPE_TEXTNOW</code> || style="text-align:center;" | 18
 +
| A [https://www.textnow.com/ TextNow] message
 +
|-
 +
| <code>MESSAGE_TYPE_TINDER</code> || style="text-align:center;" | 19
 +
| A [https://tinder.com/ Tinder] message
 +
|-
 +
| <code>MESSAGE_TYPE_GROUP_ME</code> || style="text-align:center;" | 20
 +
| A [https://groupme.com GroupMe] message
 +
|-
 +
| <code>MESSAGE_TYPE_LYNC</code> || style="text-align:center;" | 21
 +
| A Lync message
 
|}
 
|}

Latest revision as of 11:00, 20 February 2025

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
MESSAGE_TYPE_INSTAGRAM 17 An Instagram message
MESSAGE_TYPE_TEXTNOW 18 A TextNow message
MESSAGE_TYPE_TINDER 19 A Tinder message
MESSAGE_TYPE_GROUP_ME 20 A GroupMe message
MESSAGE_TYPE_LYNC 21 A Lync message