GetUpdatesOptions

@Serializable
data class GetUpdatesOptions(var offset: Int? = null, var limit: Int? = null, var timeout: Int? = null, var allowedUpdates: List<UpdateType>? = null) : Options

Constructors

Link copied to clipboard
constructor(offset: Int? = null, limit: Int? = null, timeout: Int? = null, allowedUpdates: List<UpdateType>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var limit: Int?
Link copied to clipboard
var offset: Int?
Link copied to clipboard
var timeout: Int?