Module: Whatsapp::MessageTemplates::Template::Defaults

Defined in:
lib/ruby/whatsapp/message_templates/template.rb

Constant Summary collapse

NAME_PATTERN =

Meta accepts lowercase alphanumerics and underscores, nothing else.

/\A[a-z0-9_]+\z/
MAX_NAME_LENGTH =
512