Raw.ChannelAdminLogEventActionChangeUsernames
The list of usernames associated with the channel was changed
channelAdminLogEventActionChangeUsernames#f04fb3a9 prev_value:Vector<string> new_value:Vector<string> = ChannelAdminLogEventAction;
export namespace Raw {
export class ChannelAdminLogEventActionChangeUsernames {
constructor(params: { prevValue: Array<string>; newValue: Array<string> }) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0xf04fb3a9
Property
prevValue
: Array of stringPrevious set of usernames
newValue
: Array of stringNew set of usernames
Last updated on 2025-04-07T13:34:42.000Z