C_GuildInfo.GetGuildNewsInfo

From Warcraft Wiki
Jump to navigation Jump to search

Needs summary.

newsInfo = C_GuildInfo.GetGuildNewsInfo(index)

Arguments

index
number

Returns

newsInfo
structure - GuildNewsInfo
Field Type Description
isSticky boolean
isHeader boolean
newsType number
whoText string?
whatText string?
newsDataID number
data number[]
weekday number
day number
month number
year number
guildMembersPresent number

Patch changes

Battle for Azeroth Patch 8.2.0 (2019-06-25): Moved to C_GuildInfo.GetGuildNewsInfo. The previous alias is deprecated. [1]
Cataclysm Patch 4.0.1 (2010-10-12): Added as GetGuildNewsInfo.