BufferInfo

data class BufferInfo(bufferId: BufferId, networkId: NetworkId, type: BufferTypes, groupId: Int, bufferName: String?)

Model object representing metadata for a single chat

Constructors

Link copied to clipboard
fun BufferInfo(bufferId: BufferId = BufferId(-1), networkId: NetworkId = NetworkId(-1), type: BufferTypes = BufferType.none(), groupId: Int = -1, bufferName: String? = null)

Properties

Link copied to clipboard
val bufferId: BufferId

Id of the chat

Link copied to clipboard
val bufferName: String? = null

User-visible name of this chat

Link copied to clipboard
val groupId: Int

Id of the group to which this chat belongs

Link copied to clipboard
val networkId: NetworkId

Id of the network to which this chat belongs

Link copied to clipboard
val type: BufferTypes

type of this chat