| Name | Type | Description | Notes |
|---|---|---|---|
| TextMessage | string | محتوای پیام متنی برای ارسال توسط ربات | |
| Buttons | Pointer to ChatapiChatButtonGrid | [optional] | |
| MediaToken | Pointer to string | توکن فایل ضمیمه شده (در صورت وجود) | [optional] |
| UserId | Pointer to string | شناسه منحصر به فرد کاربر برای شروع یا ادامه مکالمه | [optional] |
func NewChatAPIChatBotSendMessageBody(textMessage string, ) *ChatAPIChatBotSendMessageBody
NewChatAPIChatBotSendMessageBody instantiates a new ChatAPIChatBotSendMessageBody 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 NewChatAPIChatBotSendMessageBodyWithDefaults() *ChatAPIChatBotSendMessageBody
NewChatAPIChatBotSendMessageBodyWithDefaults instantiates a new ChatAPIChatBotSendMessageBody 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 *ChatAPIChatBotSendMessageBody) GetTextMessage() string
GetTextMessage returns the TextMessage field if non-nil, zero value otherwise.
func (o *ChatAPIChatBotSendMessageBody) GetTextMessageOk() (*string, bool)
GetTextMessageOk returns a tuple with the TextMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatAPIChatBotSendMessageBody) SetTextMessage(v string)
SetTextMessage sets TextMessage field to given value.
func (o *ChatAPIChatBotSendMessageBody) GetButtons() ChatapiChatButtonGrid
GetButtons returns the Buttons field if non-nil, zero value otherwise.
func (o *ChatAPIChatBotSendMessageBody) GetButtonsOk() (*ChatapiChatButtonGrid, bool)
GetButtonsOk returns a tuple with the Buttons field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatAPIChatBotSendMessageBody) SetButtons(v ChatapiChatButtonGrid)
SetButtons sets Buttons field to given value.
func (o *ChatAPIChatBotSendMessageBody) HasButtons() bool
HasButtons returns a boolean if a field has been set.
func (o *ChatAPIChatBotSendMessageBody) GetMediaToken() string
GetMediaToken returns the MediaToken field if non-nil, zero value otherwise.
func (o *ChatAPIChatBotSendMessageBody) 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 *ChatAPIChatBotSendMessageBody) SetMediaToken(v string)
SetMediaToken sets MediaToken field to given value.
func (o *ChatAPIChatBotSendMessageBody) HasMediaToken() bool
HasMediaToken returns a boolean if a field has been set.
func (o *ChatAPIChatBotSendMessageBody) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *ChatAPIChatBotSendMessageBody) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ChatAPIChatBotSendMessageBody) SetUserId(v string)
SetUserId sets UserId field to given value.
func (o *ChatAPIChatBotSendMessageBody) HasUserId() bool
HasUserId returns a boolean if a field has been set.