Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 656 Bytes

File metadata and controls

26 lines (20 loc) · 656 Bytes

Late::WebhookPayloadMessageMessageSender

Properties

Name Type Description Notes
id String [optional]
name String [optional]
username String [optional]
picture String [optional]
instagram_profile WebhookPayloadMessageMessageSenderInstagramProfile [optional]

Example

require 'late-sdk'

instance = Late::WebhookPayloadMessageMessageSender.new(
  id: null,
  name: null,
  username: null,
  picture: null,
  instagram_profile: null
)