Package

scalabot

skype

Permalink

package skype

Visibility
  1. Public
  2. All

Type Members

  1. case class AccessTokenObject(token_type: Option[String], expires_in: Option[Int], ext_expires_in: Option[Int], access_token: Option[String], error: Option[String], error_description: Option[String]) extends ErrorObject with Product with Serializable

    Permalink
  2. case class Activities(message: Message) extends Product with Serializable

    Permalink
  3. case class AttachmentResponse(attachmentId: String, activityId: Option[String] = None) extends Product with Serializable

    Permalink
  4. case class Attachments(originalBase64: String, thumbnailBase64: Option[String] = None, type: String, name: String) extends Product with Serializable

    Permalink
  5. class Empty extends AnyRef

    Permalink
  6. abstract class ErrorObject extends AnyRef

    Permalink
  7. case class Message(content: String) extends Product with Serializable

    Permalink
  8. class SkypeException extends Exception

    Permalink
  9. class SkypeSource extends Source

    Permalink

    Created by Nikolay.Smelik on 7/11/2016.

  10. case class Update(id: String, activity: ActivityType, from: String, to: String, time: String, content: Option[String], views: Option[Seq[View]], name: Option[String], action: Option[String], fromDisplayName: Option[String], membersAdded: Option[Seq[String]], membersRemoved: Option[Seq[String]], topicName: Option[String], historyDisclosed: Option[Seq[Boolean]]) extends SourceMessage with Product with Serializable

    Permalink

    Created by Nikolay.Smelik on 7/8/2016.

  11. case class View(viewId: String, size: Long) extends Product with Serializable

    Permalink

Value Members

  1. object ActivityType extends Enumeration

    Permalink

Ungrouped