type github.com/gotd/td/internal/proto.MessageType
11 uses
github.com/gotd/td/internal/proto (current package)
message_id.go#L55: type MessageType byte
message_id.go#L60: MessageUnknown MessageType = iota
message_id.go#L69: func (m MessageType) String() string {
message_id.go#L90: func (id MessageID) Type() MessageType {
message_id.go#L104: func NewMessageID(now time.Time, typ MessageType) MessageID {
message_id.go#L110: func NewMessageIDNano(nano int64, typ MessageType) MessageID {
message_id.go#L137: func (g *MessageIDGen) New(t MessageType) int64 {
github.com/gotd/td/internal/exchange
flow.go#L68: func (e Exchanger) unencryptedWriter(input, output proto.MessageType) unencryptedWriter {
proto.go#L20: input proto.MessageType
proto.go#L21: output proto.MessageType
github.com/gotd/td/internal/mtproto
conn.go#L33: New(t proto.MessageType) int64
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |