| Name | Type | Description | Notes |
|---|---|---|---|
| Message | string | محتوای پیام متنی برای ارسال | |
| MediaToken | Pointer to string | توکن فایل ضمیمه شده (در صورت وجود) | [optional] |
| ReceiverButtons | Pointer to ChatapiChatButtonGrid | [optional] | |
| SenderButtons | Pointer to ChatapiChatButtonGrid | [optional] |
func NewChatAPIConversationSendMessageBody(message string, ) *ChatAPIConversationSendMessageBody
NewChatAPIConversationSendMessageBody instantiates a new ChatAPIConversationSendMessageBody object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChatAPIConversationSendMessageBodyWithDefaults() *ChatAPIConversationSendMessageBody
NewChatAPIConversationSendMessageBodyWithDefaults instantiates a new ChatAPIConversationSendMessageBody object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ChatAPIConversationSendMessageBody) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *ChatAPIConversationSendMessageBody) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatAPIConversationSendMessageBody) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *ChatAPIConversationSendMessageBody) GetMediaToken() string
GetMediaToken returns the MediaToken field if non-nil, zero value otherwise.
func (o *ChatAPIConversationSendMessageBody) GetMediaTokenOk() (*string, bool)
GetMediaTokenOk returns a tuple with the MediaToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatAPIConversationSendMessageBody) SetMediaToken(v string)
SetMediaToken sets MediaToken field to given value.
func (o *ChatAPIConversationSendMessageBody) HasMediaToken() bool
HasMediaToken returns a boolean if a field has been set.
func (o *ChatAPIConversationSendMessageBody) GetReceiverButtons() ChatapiChatButtonGrid
GetReceiverButtons returns the ReceiverButtons field if non-nil, zero value otherwise.
func (o *ChatAPIConversationSendMessageBody) GetReceiverButtonsOk() (*ChatapiChatButtonGrid, bool)
GetReceiverButtonsOk returns a tuple with the ReceiverButtons field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatAPIConversationSendMessageBody) SetReceiverButtons(v ChatapiChatButtonGrid)
SetReceiverButtons sets ReceiverButtons field to given value.
func (o *ChatAPIConversationSendMessageBody) HasReceiverButtons() bool
HasReceiverButtons returns a boolean if a field has been set.
func (o *ChatAPIConversationSendMessageBody) GetSenderButtons() ChatapiChatButtonGrid
GetSenderButtons returns the SenderButtons field if non-nil, zero value otherwise.
func (o *ChatAPIConversationSendMessageBody) GetSenderButtonsOk() (*ChatapiChatButtonGrid, bool)
GetSenderButtonsOk returns a tuple with the SenderButtons field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatAPIConversationSendMessageBody) SetSenderButtons(v ChatapiChatButtonGrid)
SetSenderButtons sets SenderButtons field to given value.
func (o *ChatAPIConversationSendMessageBody) HasSenderButtons() bool
HasSenderButtons returns a boolean if a field has been set.