pub const MAX_BATCH_SIZE: usize = 500;Expand description
Maximum number of messages accepted by a single MessagingClient::send_each
or MessagingClient::send_each_for_multicast call, matching the limit
documented for sendEach/sendEachForMulticast in the official Admin
SDKs.