github.com/gotd/td/tmap.Map.Get (method)

3 uses

	github.com/gotd/td/tmap (current package)
		tmap.go#L16: func (m *Map) Get(id uint32) string {

	github.com/gotd/td/mtproto
		zap.go#L42: 		Name: c.types.Get(id),

	github.com/gotd/td/telegram
		invoke.go#L38: 			name := c.opts.Types.Get(id)