InputPeerColorCollectible constructor

const InputPeerColorCollectible({
  1. required int collectibleId,
})

Input Peer Color Collectible constructor.

Implementation

const InputPeerColorCollectible({required this.collectibleId}) : super._();