ShippingQueryUpdate

data class ShippingQueryUpdate(val updateId: UpdateIdentifier, val data: ShippingQuery) : Update

Constructors

Link copied to clipboard
constructor(updateId: UpdateIdentifier, data: ShippingQuery)

Properties

Link copied to clipboard
open override val data: ShippingQuery
Link copied to clipboard
open override val updateId: UpdateIdentifier