TeamTalk 5 C-API DLL Version 5.18.0.5154 - Unreleased
|
A struct containing the properties of a banned user. More...
#include <TeamTalk.h>
Public Attributes | |
TTCHAR | szIPAddress [TT_STRLEN] |
IP-address of banned user. | |
TTCHAR | szChannelPath [TT_STRLEN] |
Channel where user was located when banned. | |
TTCHAR | szBanTime [TT_STRLEN] |
Date and time when user was banned. Read-only property. Date/time is converted local time. | |
TTCHAR | szNickname [TT_STRLEN] |
Nickname of banned user. Read-only property. | |
TTCHAR | szUsername [TT_STRLEN] |
Username of banned user. | |
BanTypes | uBanTypes |
The type of ban that applies to this banned user. | |
TTCHAR | szOwner [TT_STRLEN] |
The username of the user who made the ban. | |
A struct containing the properties of a banned user.
Definition at line 1942 of file TeamTalk.h.
IP-address of banned user.
Definition at line 1945 of file TeamTalk.h.
Channel where user was located when banned.
Definition at line 1947 of file TeamTalk.h.
Date and time when user was banned. Read-only property. Date/time is converted local time.
Definition at line 1950 of file TeamTalk.h.
Nickname of banned user. Read-only property.
Definition at line 1952 of file TeamTalk.h.
Username of banned user.
Definition at line 1954 of file TeamTalk.h.
BanTypes BannedUser::uBanTypes |
The type of ban that applies to this banned user.
Definition at line 1956 of file TeamTalk.h.
The username of the user who made the ban.
Definition at line 1958 of file TeamTalk.h.