Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

query_meta_by_chat_id

$meta_query = array(
	array(
		'key'     => 'fb_chat_id',
		'value'   => '10000',
		'compare' => '=',
		'type'    => 'NUMERIC',
	),
);