Name | Type | Description | Notes |
---|---|---|---|
Caption | Pointer to string | [optional] | |
ExpiryMinutes | Pointer to int32 | [optional] | |
InviteCode | Pointer to string | [optional] | |
To | Pointer to string | [optional] |
func NewGroupInviteMessagePayload() *GroupInviteMessagePayload
NewGroupInviteMessagePayload instantiates a new GroupInviteMessagePayload 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 NewGroupInviteMessagePayloadWithDefaults() *GroupInviteMessagePayload
NewGroupInviteMessagePayloadWithDefaults instantiates a new GroupInviteMessagePayload 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 *GroupInviteMessagePayload) GetCaption() string
GetCaption returns the Caption field if non-nil, zero value otherwise.
func (o *GroupInviteMessagePayload) GetCaptionOk() (*string, bool)
GetCaptionOk returns a tuple with the Caption field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupInviteMessagePayload) SetCaption(v string)
SetCaption sets Caption field to given value.
func (o *GroupInviteMessagePayload) HasCaption() bool
HasCaption returns a boolean if a field has been set.
func (o *GroupInviteMessagePayload) GetExpiryMinutes() int32
GetExpiryMinutes returns the ExpiryMinutes field if non-nil, zero value otherwise.
func (o *GroupInviteMessagePayload) GetExpiryMinutesOk() (*int32, bool)
GetExpiryMinutesOk returns a tuple with the ExpiryMinutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupInviteMessagePayload) SetExpiryMinutes(v int32)
SetExpiryMinutes sets ExpiryMinutes field to given value.
func (o *GroupInviteMessagePayload) HasExpiryMinutes() bool
HasExpiryMinutes returns a boolean if a field has been set.
func (o *GroupInviteMessagePayload) GetInviteCode() string
GetInviteCode returns the InviteCode field if non-nil, zero value otherwise.
func (o *GroupInviteMessagePayload) GetInviteCodeOk() (*string, bool)
GetInviteCodeOk returns a tuple with the InviteCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupInviteMessagePayload) SetInviteCode(v string)
SetInviteCode sets InviteCode field to given value.
func (o *GroupInviteMessagePayload) HasInviteCode() bool
HasInviteCode returns a boolean if a field has been set.
func (o *GroupInviteMessagePayload) GetTo() string
GetTo returns the To field if non-nil, zero value otherwise.
func (o *GroupInviteMessagePayload) GetToOk() (*string, bool)
GetToOk returns a tuple with the To field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GroupInviteMessagePayload) SetTo(v string)
SetTo sets To field to given value.
func (o *GroupInviteMessagePayload) HasTo() bool
HasTo returns a boolean if a field has been set.