| Name | Type | Description | Notes |
|---|---|---|---|
| BotUsername | Pointer to string | [optional] | |
| BotAPI | Pointer to string | [optional] | |
| ChatId | Pointer to string | [optional] | |
| SendSilently | Pointer to bool | [optional] |
func NewTelegramSettingsOptions() *TelegramSettingsOptions
NewTelegramSettingsOptions instantiates a new TelegramSettingsOptions 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 NewTelegramSettingsOptionsWithDefaults() *TelegramSettingsOptions
NewTelegramSettingsOptionsWithDefaults instantiates a new TelegramSettingsOptions 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 *TelegramSettingsOptions) GetBotUsername() string
GetBotUsername returns the BotUsername field if non-nil, zero value otherwise.
func (o *TelegramSettingsOptions) GetBotUsernameOk() (*string, bool)
GetBotUsernameOk returns a tuple with the BotUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TelegramSettingsOptions) SetBotUsername(v string)
SetBotUsername sets BotUsername field to given value.
func (o *TelegramSettingsOptions) HasBotUsername() bool
HasBotUsername returns a boolean if a field has been set.
func (o *TelegramSettingsOptions) GetBotAPI() string
GetBotAPI returns the BotAPI field if non-nil, zero value otherwise.
func (o *TelegramSettingsOptions) GetBotAPIOk() (*string, bool)
GetBotAPIOk returns a tuple with the BotAPI field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TelegramSettingsOptions) SetBotAPI(v string)
SetBotAPI sets BotAPI field to given value.
func (o *TelegramSettingsOptions) HasBotAPI() bool
HasBotAPI returns a boolean if a field has been set.
func (o *TelegramSettingsOptions) GetChatId() string
GetChatId returns the ChatId field if non-nil, zero value otherwise.
func (o *TelegramSettingsOptions) GetChatIdOk() (*string, bool)
GetChatIdOk returns a tuple with the ChatId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TelegramSettingsOptions) SetChatId(v string)
SetChatId sets ChatId field to given value.
func (o *TelegramSettingsOptions) HasChatId() bool
HasChatId returns a boolean if a field has been set.
func (o *TelegramSettingsOptions) GetSendSilently() bool
GetSendSilently returns the SendSilently field if non-nil, zero value otherwise.
func (o *TelegramSettingsOptions) GetSendSilentlyOk() (*bool, bool)
GetSendSilentlyOk returns a tuple with the SendSilently field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TelegramSettingsOptions) SetSendSilently(v bool)
SetSendSilently sets SendSilently field to given value.
func (o *TelegramSettingsOptions) HasSendSilently() bool
HasSendSilently returns a boolean if a field has been set.