PostMessageResponse

data class PostMessageResponse(val chatId: String?, val created: String?, val token: String = "")

Constructors

Link copied to clipboard
constructor(chatId: String?, created: String?, token: String = "")

Properties

Link copied to clipboard
@SerializedName(value = "chat_id")
val chatId: String?
Link copied to clipboard
@SerializedName(value = "created")
val created: String?
Link copied to clipboard
@SerializedName(value = "token")
val token: String