Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 5.38 KB

File metadata and controls

16 lines (13 loc) · 5.38 KB

MessagingUserResultData

Fields

Field Type Required Description Example
id JsonNullable<String> Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
remoteId JsonNullable<String> Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
email JsonNullable<String> Email address of the user john.doe@example.com
username JsonNullable<String> Username of the user johndoe
name JsonNullable<String> Full name of the user John Doe
firstName JsonNullable<String> First name of the user John
lastName JsonNullable<String> Last name of the user Doe
bot JsonNullable<MessagingUserResultBot> Whether the user is a bot false
active JsonNullable<MessagingUserResultActive> Whether the user is active true