InputReplyToEphemeralMessage constructor

const InputReplyToEphemeralMessage({
  1. required int id,
})

Input Reply To Ephemeral Message constructor.

Implementation

const InputReplyToEphemeralMessage({required this.id}) : super._();