remove leftover emojialias
This commit is contained in:
parent
4a83c86c3e
commit
fcb901daf2
|
@ -51,7 +51,6 @@ func (e *EmojiReaction) SetMessageType(messageType protobuf.MessageType) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e EmojiReaction) MarshalJSON() ([]byte, error) {
|
func (e EmojiReaction) MarshalJSON() ([]byte, error) {
|
||||||
type EmojiAlias EmojiReaction
|
|
||||||
item := struct {
|
item := struct {
|
||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
Clock uint64 `json:"clock,omitempty"`
|
Clock uint64 `json:"clock,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue