ResponseParameters constructor

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

Implementation

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