StoryMessage

data class StoryMessage(group: JsonGroupV2Info?, file: JsonAttachment?, text: TextAttachment?, allowReplies: Boolean?)

Properties

Link copied to clipboard
val allowReplies: Boolean? = null
Link copied to clipboard
val file: JsonAttachment? = null
Link copied to clipboard
val group: JsonGroupV2Info? = null
Link copied to clipboard
val text: TextAttachment? = null