AddedByUser
data class AddedByUser(val id: PollOptionPersistentId, val text: String, val textSources: List<TextSource> = emptyList(), val votes: Int = 0, val addedByUser: User, val additionDate: TelegramDate) : PollOption.LatelyAdded
Constructors
Link copied to clipboard
constructor(id: PollOptionPersistentId, text: String, textSources: List<TextSource> = emptyList(), votes: Int = 0, addedByUser: User, additionDate: TelegramDate)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Full list of TextSources