$deleteMessage_Serializer method

  1. @experimental
DynamiteSerializer<ChatDeleteMessageResponseApplicationJson, ChatChatDeleteMessageHeaders> $deleteMessage_Serializer()

Builds a serializer to parse the response of $deleteMessage_Request.

Implementation

@_i2.experimental
_i1.DynamiteSerializer<ChatDeleteMessageResponseApplicationJson, ChatChatDeleteMessageHeaders>
    $deleteMessage_Serializer() => _i1.DynamiteSerializer(
          bodyType: const FullType(ChatDeleteMessageResponseApplicationJson),
          headersType: const FullType(ChatChatDeleteMessageHeaders),
          serializers: _$jsonSerializers,
          validStatuses: const {200, 202},
        );