Table of Contents

Class UserActivityTimestampsProperties

Namespace
NetCord.Gateway
Assembly
NetCord.dll
public class UserActivityTimestampsProperties
Inheritance
UserActivityTimestampsProperties
Inherited Members

Constructors

UserActivityTimestampsProperties()

public UserActivityTimestampsProperties()

Properties

End

[JsonPropertyName("end")]
public int? End { get; set; }

Property Value

int?

Start

[JsonPropertyName("start")]
public int? Start { get; set; }

Property Value

int?

Methods

WithEnd(int?)

public UserActivityTimestampsProperties WithEnd(int? end)

Parameters

end int?

Returns

UserActivityTimestampsProperties

WithStart(int?)

public UserActivityTimestampsProperties WithStart(int? start)

Parameters

start int?

Returns

UserActivityTimestampsProperties