IncomingCallsArguments constructor

IncomingCallsArguments({
  1. int? first,
  2. IncomingChatCallsCursor? after,
  3. int? last,
  4. IncomingChatCallsCursor? before,
})

Implementation

IncomingCallsArguments({
  this.first,
  this.after,
  this.last,
  this.before,
});