ShippingQueryUpdate

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

Constructors

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

Properties

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