UpdateHandler

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class UpdateHandler(val type: Array<UpdateType>)

An annotation used to indicate the function that is used to handle the specified type of incoming update.

Properties

Link copied to clipboard

Type of update.