ChatTelegramAdapter constructor
ChatTelegramAdapter(
- BuildContext context,
- List items,
- Function onItemClick
Implementation
ChatTelegramAdapter(this.context, this.items, this.onItemClick);