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

9 uses

	github.com/gotd/td/tg (current package)
		tl_messages_get_document_by_hash_gen.go#L48: const MessagesGetDocumentByHashRequestTypeID = 0xb1f2061f
		tl_messages_get_document_by_hash_gen.go#L99: 	return MessagesGetDocumentByHashRequestTypeID
		tl_messages_get_document_by_hash_gen.go#L111: 		ID:   MessagesGetDocumentByHashRequestTypeID,
		tl_messages_get_document_by_hash_gen.go#L139: 	b.PutID(MessagesGetDocumentByHashRequestTypeID)
		tl_messages_get_document_by_hash_gen.go#L159: 	if err := b.ConsumeID(MessagesGetDocumentByHashRequestTypeID); err != nil {
		tl_registry_gen.go#L1438: 		MessagesGetDocumentByHashRequestTypeID:                                  "messages.getDocumentByHash#b1f2061f",
		tl_registry_gen.go#L3220: 		"messages.getDocumentByHash":                                        MessagesGetDocumentByHashRequestTypeID,
		tl_registry_gen.go#L5002: 		MessagesGetDocumentByHashRequestTypeID:                                  func() bin.Object { return &MessagesGetDocumentByHashRequest{} },
		tl_server_gen.go#L3593: 	s.handlers[MessagesGetDocumentByHashRequestTypeID] = handler