Object/Class

im.actor.server.group

GroupQueries

Related Docs: class GroupQueries | package group

Permalink

object GroupQueries extends GeneratedMessageCompanion[GroupQueries] with Serializable

Linear Supertypes
Serializable, Serializable, GeneratedMessageCompanion[GroupQueries], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GroupQueries
  2. Serializable
  3. Serializable
  4. GeneratedMessageCompanion
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final case class CheckAccessHash(groupId: Int = 0, accessHash: Long = 0L) extends GeneratedMessage with Message[CheckAccessHash] with Updatable[CheckAccessHash] with GroupQuery with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  2. final case class CheckAccessHashResponse(isCorrect: Boolean = false) extends GeneratedMessage with Message[CheckAccessHashResponse] with Updatable[CheckAccessHashResponse] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  3. final case class GetAccessHash(groupId: Int = 0) extends GeneratedMessage with Message[GetAccessHash] with Updatable[GetAccessHash] with GroupQuery with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  4. final case class GetAccessHashResponse(accessHash: Long = 0L) extends GeneratedMessage with Message[GetAccessHashResponse] with Updatable[GetAccessHashResponse] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  5. final case class GetApiStruct(groupId: Int = 0, clientUserId: Int = 0) extends GeneratedMessage with Message[GetApiStruct] with Updatable[GetApiStruct] with GroupQuery with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  6. final case class GetApiStructResponse(struct: ApiGroup = ...) extends GeneratedMessage with Message[GetApiStructResponse] with Updatable[GetApiStructResponse] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  7. final case class GetIntegrationToken(groupId: Int = 0, clientUserId: Int = 0) extends GeneratedMessage with Message[GetIntegrationToken] with Updatable[GetIntegrationToken] with GroupQuery with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  8. final case class GetIntegrationTokenInternal(groupId: Int = 0) extends GeneratedMessage with Message[GetIntegrationTokenInternal] with Updatable[GetIntegrationTokenInternal] with GroupQuery with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  9. final case class GetIntegrationTokenResponse(token: Option[String] = None) extends GeneratedMessage with Message[GetIntegrationTokenResponse] with Updatable[GetIntegrationTokenResponse] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  10. final case class GetMembers(groupId: Int = 0) extends GeneratedMessage with Message[GetMembers] with Updatable[GetMembers] with GroupQuery with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  11. final case class GetMembersResponse(memberIds: Seq[Int] = Nil, invitedUserIds: Seq[Int] = Nil, botId: Option[Int] = None) extends GeneratedMessage with Message[GetMembersResponse] with Updatable[GetMembersResponse] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  12. implicit class GroupQueriesLens[UpperPB] extends ObjectLens[UpperPB, GroupQueries]

    Permalink
  13. final case class IsHistoryShared(groupId: Int = 0) extends GeneratedMessage with Message[IsHistoryShared] with Updatable[IsHistoryShared] with GroupQuery with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  14. final case class IsHistorySharedResponse(isHistoryShared: Boolean = false) extends GeneratedMessage with Message[IsHistorySharedResponse] with Updatable[IsHistorySharedResponse] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  15. final case class IsPublic(groupId: Int = 0) extends GeneratedMessage with Message[IsPublic] with Updatable[IsPublic] with GroupQuery with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()
  16. final case class IsPublicResponse(isPublic: Boolean = false) extends GeneratedMessage with Message[IsPublicResponse] with Updatable[IsPublicResponse] with Product with Serializable

    Permalink
    Annotations
    @SerialVersionUID()

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. object CheckAccessHash extends GeneratedMessageCompanion[CheckAccessHash] with Serializable

    Permalink
  5. object CheckAccessHashResponse extends GeneratedMessageCompanion[CheckAccessHashResponse] with Serializable

    Permalink
  6. object GetAccessHash extends GeneratedMessageCompanion[GetAccessHash] with Serializable

    Permalink
  7. object GetAccessHashResponse extends GeneratedMessageCompanion[GetAccessHashResponse] with Serializable

    Permalink
  8. object GetApiStruct extends GeneratedMessageCompanion[GetApiStruct] with Serializable

    Permalink
  9. object GetApiStructResponse extends GeneratedMessageCompanion[GetApiStructResponse] with Serializable

    Permalink
  10. object GetIntegrationToken extends GeneratedMessageCompanion[GetIntegrationToken] with Serializable

    Permalink
  11. object GetIntegrationTokenInternal extends GeneratedMessageCompanion[GetIntegrationTokenInternal] with Serializable

    Permalink
  12. object GetIntegrationTokenResponse extends GeneratedMessageCompanion[GetIntegrationTokenResponse] with Serializable

    Permalink
  13. object GetMembers extends GeneratedMessageCompanion[GetMembers] with Serializable

    Permalink
  14. object GetMembersResponse extends GeneratedMessageCompanion[GetMembersResponse] with Serializable

    Permalink
  15. object IsHistoryShared extends GeneratedMessageCompanion[IsHistoryShared] with Serializable

    Permalink
  16. object IsHistorySharedResponse extends GeneratedMessageCompanion[IsHistorySharedResponse] with Serializable

    Permalink
  17. object IsPublic extends GeneratedMessageCompanion[IsPublic] with Serializable

    Permalink
  18. object IsPublicResponse extends GeneratedMessageCompanion[IsPublicResponse] with Serializable

    Permalink
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. lazy val defaultInstance: GroupQueries

    Permalink
    Definition Classes
    GroupQueries → GeneratedMessageCompanion
  22. def descriptor: Descriptor

    Permalink
    Definition Classes
    GroupQueries → GeneratedMessageCompanion
  23. def enumCompanionForField(__field: FieldDescriptor): GeneratedEnumCompanion[_]

    Permalink
    Definition Classes
    GroupQueries → GeneratedMessageCompanion
  24. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def fromAscii(s: String): GroupQueries

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  28. def fromFieldsMap(__fieldsMap: Map[FieldDescriptor, Any]): GroupQueries

    Permalink
    Definition Classes
    GroupQueries → GeneratedMessageCompanion
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. implicit def messageCompanion: GeneratedMessageCompanion[GroupQueries]

    Permalink
  33. def messageCompanionForField(__field: FieldDescriptor): GeneratedMessageCompanion[_]

    Permalink
    Definition Classes
    GroupQueries → GeneratedMessageCompanion
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  37. def parseDelimitedFrom(input: InputStream): Option[GroupQueries]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  38. def parseDelimitedFrom(input: CodedInputStream): Option[GroupQueries]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  39. def parseFrom(s: Array[Byte]): GroupQueries

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  40. def parseFrom(input: InputStream): GroupQueries

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  41. def parseFrom(input: CodedInputStream): GroupQueries

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  42. def streamFromDelimitedInput(input: InputStream): Stream[GroupQueries]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toByteArray(a: GroupQueries): Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. def validate(s: Array[Byte]): Try[GroupQueries]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  47. def validateAscii(s: String): Either[TextFormatError, GroupQueries]

    Permalink
    Definition Classes
    GeneratedMessageCompanion
  48. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from GeneratedMessageCompanion[GroupQueries]

Inherited from AnyRef

Inherited from Any

Ungrouped