$setReminder_Serializer method
- @experimental
Builds a serializer to parse the response of $setReminder_Request.
Implementation
@_i2.experimental
_i1.DynamiteSerializer<ChatSetReminderResponseApplicationJson, void> $setReminder_Serializer() =>
_i1.DynamiteSerializer(
bodyType: const FullType(ChatSetReminderResponseApplicationJson),
headersType: null,
serializers: _$jsonSerializers,
validStatuses: const {201},
);