Documentation
¶
Index ¶
Constants ¶
View Source
const ( Type byte = iota To From MId Msg )
Variables ¶
This section is empty.
Functions ¶
func Millisecond ¶
func Millisecond() uint32
Types ¶
type GroupTextMessage ¶
func NewGroupTextMessage ¶
func NewGroupTextMessage(From string, GroupId string, Msg string) *GroupTextMessage
type TextMessage ¶
func NewTextMessage ¶
func NewTextMessage(From string, To string, Msg string) *TextMessage
func (*TextMessage) GetString ¶
func (m *TextMessage) GetString(v byte) string
func (*TextMessage) GetUint32 ¶
func (m *TextMessage) GetUint32(v byte) uint32
Click to show internal directories.
Click to hide internal directories.