$markUnread_Serializer method
- @experimental
Builds a serializer to parse the response of $markUnread_Request.
Implementation
@_i2.experimental
_i1.DynamiteSerializer<ChatMarkUnreadResponseApplicationJson, ChatChatMarkUnreadHeaders> $markUnread_Serializer() =>
_i1.DynamiteSerializer(
bodyType: const FullType(ChatMarkUnreadResponseApplicationJson),
headersType: const FullType(ChatChatMarkUnreadHeaders),
serializers: _$jsonSerializers,
validStatuses: const {200},
);