UpdateNewInlineQuery constructor
UpdateNewInlineQuery({})
Implementation
UpdateNewInlineQuery({
required this.id,
required this.senderUserId,
this.userLocation,
this.chatType,
required this.query,
required this.offset,
});