ResponseParameters constructor

const ResponseParameters({
  1. int? migrateToChatId,
  2. int? retryAfter,
})

Constructs a ResponseParameters object

Implementation

const ResponseParameters({
  this.migrateToChatId,
  this.retryAfter,
});