ChatInfo

interface ChatInfo : Parcelable

Information about the chat

Author

kristiyan

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
abstract val author: String

the author of the message

Link copied to clipboard
abstract val chatId: String

the chat identifier

Link copied to clipboard
abstract val participants: List<String>

all users included the author