const github.com/gotd/td/tg.RequestPeerTypeChatTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L1153: 		RequestPeerTypeChatTypeID:                                               "requestPeerTypeChat#c9f06e1b",
		tl_registry_gen.go#L2935: 		"requestPeerTypeChat":                                               RequestPeerTypeChatTypeID,
		tl_registry_gen.go#L4717: 		RequestPeerTypeChatTypeID:                                               func() bin.Object { return &RequestPeerTypeChat{} },
		tl_registry_gen.go#L6383: 			RequestPeerTypeChatTypeID,
		tl_request_peer_type_gen.go#L307: const RequestPeerTypeChatTypeID = 0xc9f06e1b
		tl_request_peer_type_gen.go#L393: 	return RequestPeerTypeChatTypeID
		tl_request_peer_type_gen.go#L405: 		ID:   RequestPeerTypeChatTypeID,
		tl_request_peer_type_gen.go#L473: 	b.PutID(RequestPeerTypeChatTypeID)
		tl_request_peer_type_gen.go#L510: 	if err := b.ConsumeID(RequestPeerTypeChatTypeID); err != nil {
		tl_request_peer_type_gen.go#L1031: 	case RequestPeerTypeChatTypeID: