Push Request Objects - adamyeager/PushbulletSharp GitHub Wiki

PushNoteRequest

  • device_iden string
  • email string
  • type string
  • title string
  • body string

PushLinkRequest

  • device_iden string
  • email string
  • type string
  • title string
  • url string
  • body string

PushFileRequest

  • device_iden string
  • email string
  • type string
  • file_name string
  • file_type string
  • file_stream Stream
  • file_url string
  • body string