7 lines
124 B
Go
7 lines
124 B
Go
package response
|
|
|
|
type PresentGiftFromChatRoomResponse struct {
|
|
ChatroomRoomId string
|
|
ChatroomTotalRevenue string
|
|
}
|