| Name | Type | Description | Notes |
|---|---|---|---|
| Link | Pointer to string | [optional] | |
| SizeBytes | Pointer to string | [optional] |
func NewMessageVoiceData() *MessageVoiceData
NewMessageVoiceData instantiates a new MessageVoiceData 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 NewMessageVoiceDataWithDefaults() *MessageVoiceData
NewMessageVoiceDataWithDefaults instantiates a new MessageVoiceData 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 *MessageVoiceData) GetLink() string
GetLink returns the Link field if non-nil, zero value otherwise.
func (o *MessageVoiceData) GetLinkOk() (*string, bool)
GetLinkOk returns a tuple with the Link field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MessageVoiceData) SetLink(v string)
SetLink sets Link field to given value.
func (o *MessageVoiceData) HasLink() bool
HasLink returns a boolean if a field has been set.
func (o *MessageVoiceData) GetSizeBytes() string
GetSizeBytes returns the SizeBytes field if non-nil, zero value otherwise.
func (o *MessageVoiceData) GetSizeBytesOk() (*string, bool)
GetSizeBytesOk returns a tuple with the SizeBytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MessageVoiceData) SetSizeBytes(v string)
SetSizeBytes sets SizeBytes field to given value.
func (o *MessageVoiceData) HasSizeBytes() bool
HasSizeBytes returns a boolean if a field has been set.