Class/Object

im.actor.api.rpc.groups

ApiGroup

Related Docs: object ApiGroup | package groups

Permalink

final case class ApiGroup(id: Int, accessHash: Long, title: String, avatar: Option[ApiAvatar], isMember: Boolean, creatorUserId: Int, members: IndexedSeq[Refs.ApiMember], createDate: Long, isAdmin: Option[Boolean], theme: Option[String], about: Option[String], isHidden: Option[Boolean], ext: Option[ApiMapValue], groupType: Option[String]) extends Product with Serializable

Group information

id

group id

accessHash

Access hash of group @note Contains sensitive data!!!

title

Title of group

avatar

Avatar of group

isMember

is member of group (deprecated)

creatorUserId

Group creator

members

Members of group

createDate

Date of creation

isAdmin

Is current user admin (deprecated)

theme

Theme of group

about

About of group

isHidden

Is group hidden

ext

Group extension Data

groupType

Group type

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ApiGroup
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ApiGroup(id: Int, accessHash: Long, title: String, avatar: Option[ApiAvatar], isMember: Boolean, creatorUserId: Int, members: IndexedSeq[Refs.ApiMember], createDate: Long, isAdmin: Option[Boolean], theme: Option[String], about: Option[String], isHidden: Option[Boolean], ext: Option[ApiMapValue], groupType: Option[String])

    Permalink

    id

    group id

    accessHash

    Access hash of group @note Contains sensitive data!!!

    title

    Title of group

    avatar

    Avatar of group

    isMember

    is member of group (deprecated)

    creatorUserId

    Group creator

    members

    Members of group

    createDate

    Date of creation

    isAdmin

    Is current user admin (deprecated)

    theme

    Theme of group

    about

    About of group

    isHidden

    Is group hidden

    ext

    Group extension Data

    groupType

    Group type

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. lazy val _relatedGroupIds: IndexedSeq[Int]

    Permalink
  5. lazy val _relatedUserIds: IndexedSeq[Int]

    Permalink
  6. val about: Option[String]

    Permalink

    About of group

  7. val accessHash: Long

    Permalink

    Access hash of group @note Contains sensitive data!!!

  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val avatar: Option[ApiAvatar]

    Permalink

    Avatar of group

  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val createDate: Long

    Permalink

    Date of creation

  12. val creatorUserId: Int

    Permalink

    Group creator

  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. val ext: Option[ApiMapValue]

    Permalink

    Group extension Data

  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getSerializedSize: Int

    Permalink
  18. val groupType: Option[String]

    Permalink

    Group type

  19. val id: Int

    Permalink

    group id

  20. val isAdmin: Option[Boolean]

    Permalink

    Is current user admin (deprecated)

  21. val isHidden: Option[Boolean]

    Permalink

    Is group hidden

  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val isMember: Boolean

    Permalink

    is member of group (deprecated)

  24. val members: IndexedSeq[Refs.ApiMember]

    Permalink

    Members of group

  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. val theme: Option[String]

    Permalink

    Theme of group

  30. val title: String

    Permalink

    Title of group

  31. def toByteArray: Array[Byte]

    Permalink
  32. def toString(): String

    Permalink
    Definition Classes
    ApiGroup → AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def writeTo(out: CodedOutputStream): Unit

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped