IncomingCallsArguments constructor
- int? first,
- IncomingChatCallsCursor? after,
- int? last,
- IncomingChatCallsCursor? before,
Implementation
IncomingCallsArguments({
this.first,
this.after,
this.last,
this.before,
});
IncomingCallsArguments({
this.first,
this.after,
this.last,
this.before,
});