| Methods Summary | ||
|---|---|---|
        
                 public 
                
                
        
     | 
    
         
            #
             
    __construct(  string $text ,  string[]|null $extraTexts = NULL )
            
                TextMessageBuilder constructor.
Exact signature of this constructor is <code>new TextMessageBuilder(string $text, string[] $extraTexts)</code>.
Means, this constructor can also receive multiple messages like so;
<code>
$textBuilder = new TextMessageBuilder('text', 'extra text1', 'extra text2', ...);
</code>
             
         | 
|
        
                 public 
                
                
        
     | 
    ||