UpdateNewCustomQuery constructor
const
UpdateNewCustomQuery({})
A new incoming query; for bots only
Implementation
const UpdateNewCustomQuery({
required this.id,
required this.data,
required this.timeout,
this.extra,
this.clientId,
});